Class ConductorClient

java.lang.Object
com.netflix.conductor.client.http.ConductorClient

public class ConductorClient extends Object
  • Field Details

    • okHttpClient

      protected final okhttp3.OkHttpClient okHttpClient
    • basePath

      protected final String basePath
    • objectMapper

      protected final com.fasterxml.jackson.databind.ObjectMapper objectMapper
  • Constructor Details

    • ConductorClient

      protected ConductorClient(ConductorClient.Builder<?> builder)
    • ConductorClient

      public ConductorClient()
    • ConductorClient

      public ConductorClient(String basePath)
  • Method Details