Class ConductorClient
java.lang.Object
com.netflix.conductor.client.http.ConductorClient
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classConductorClient.Builder<T extends ConductorClient.Builder<T>> -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Stringprotected final com.fasterxml.jackson.databind.ObjectMapperprotected final okhttp3.OkHttpClient -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConductorClient(ConductorClient.Builder<?> builder) ConductorClient(String basePath) -
Method Summary
Modifier and TypeMethodDescriptionstatic ConductorClient.Builder<?>builder()protected okhttp3.RequestbuildRequest(String method, String path, List<Param> pathParams, List<Param> queryParams, Map<String, String> headers, Object body) <T> ConductorClientResponse<T>execute(ConductorClientRequest req, com.fasterxml.jackson.core.type.TypeReference<T> typeReference) protected <T> ThandleResponse(okhttp3.Response response, Type returnType) voidshutdown()
-
Field Details
-
okHttpClient
protected final okhttp3.OkHttpClient okHttpClient -
basePath
-
objectMapper
protected final com.fasterxml.jackson.databind.ObjectMapper objectMapper
-
-
Constructor Details
-
ConductorClient
-
ConductorClient
public ConductorClient() -
ConductorClient
-
-
Method Details
-
builder
-
getBasePath
-
shutdown
public void shutdown() -
execute
-
execute
public <T> ConductorClientResponse<T> execute(ConductorClientRequest req, com.fasterxml.jackson.core.type.TypeReference<T> typeReference) -
handleResponse
-
buildRequest
-