Uses of Interface
org.camunda.bpm.client.ExternalTaskClientBuilder
-
Packages that use ExternalTaskClientBuilder Package Description org.camunda.bpm.client org.camunda.bpm.client.impl org.camunda.bpm.client.spring.impl.client -
-
Uses of ExternalTaskClientBuilder in org.camunda.bpm.client
Methods in org.camunda.bpm.client that return ExternalTaskClientBuilder Modifier and Type Method Description ExternalTaskClientBuilder
ExternalTaskClientBuilder. addInterceptor(ClientRequestInterceptor interceptor)
Adds an interceptor to change a request before it is sent to the http server.ExternalTaskClientBuilder
ExternalTaskClientBuilder. asyncResponseTimeout(long asyncResponseTimeout)
Asynchronous response (long polling) is enabled if a timeout is given.ExternalTaskClientBuilder
ExternalTaskClientBuilder. backoffStrategy(BackoffStrategy backoffStrategy)
Adds a custom strategy to the client for defining the org.camunda.bpm.client.backoff between two requests.ExternalTaskClientBuilder
ExternalTaskClientBuilder. baseUrl(String baseUrl)
Base url of the Camunda BPM Platform REST API.static ExternalTaskClientBuilder
ExternalTaskClient. create()
Creates a fluent builder to configure the Camunda clientExternalTaskClientBuilder
ExternalTaskClientBuilder. dateFormat(String dateFormat)
Specifies the date format to de-/serialize date variables.ExternalTaskClientBuilder
ExternalTaskClientBuilder. defaultSerializationFormat(String defaultSerializationFormat)
Specifies the serialization format that is used to serialize objects when no specific format is requested.ExternalTaskClientBuilder
ExternalTaskClientBuilder. disableAutoFetching()
Disables immediate fetching for external tasks after callingbuild()
to bootstrap the client.ExternalTaskClientBuilder
ExternalTaskClientBuilder. disableBackoffStrategy()
Disables the client-side backoff strategy.ExternalTaskClientBuilder
ExternalTaskClientBuilder. lockDuration(long lockDuration)
ExternalTaskClientBuilder
ExternalTaskClientBuilder. maxTasks(int maxTasks)
Specifies the maximum amount of tasks that can be fetched within one request.ExternalTaskClientBuilder
ExternalTaskClientBuilder. usePriority(boolean usePriority)
Specifies whether tasks should be fetched based on their priority or arbitrarily.ExternalTaskClientBuilder
ExternalTaskClientBuilder. workerId(String workerId)
A custom worker id the Workflow Engine is aware of. -
Uses of ExternalTaskClientBuilder in org.camunda.bpm.client.impl
Classes in org.camunda.bpm.client.impl that implement ExternalTaskClientBuilder Modifier and Type Class Description class
ExternalTaskClientBuilderImpl
Methods in org.camunda.bpm.client.impl that return ExternalTaskClientBuilder Modifier and Type Method Description ExternalTaskClientBuilder
ExternalTaskClientBuilderImpl. addInterceptor(ClientRequestInterceptor interceptor)
ExternalTaskClientBuilder
ExternalTaskClientBuilderImpl. asyncResponseTimeout(long asyncResponseTimeout)
ExternalTaskClientBuilder
ExternalTaskClientBuilderImpl. backoffStrategy(BackoffStrategy backoffStrategy)
ExternalTaskClientBuilder
ExternalTaskClientBuilderImpl. baseUrl(String baseUrl)
ExternalTaskClientBuilder
ExternalTaskClientBuilderImpl. dateFormat(String dateFormat)
ExternalTaskClientBuilder
ExternalTaskClientBuilderImpl. defaultSerializationFormat(String defaultSerializationFormat)
ExternalTaskClientBuilder
ExternalTaskClientBuilderImpl. disableAutoFetching()
ExternalTaskClientBuilder
ExternalTaskClientBuilderImpl. disableBackoffStrategy()
ExternalTaskClientBuilder
ExternalTaskClientBuilderImpl. lockDuration(long lockDuration)
ExternalTaskClientBuilder
ExternalTaskClientBuilderImpl. maxTasks(int maxTasks)
ExternalTaskClientBuilder
ExternalTaskClientBuilderImpl. usePriority(boolean usePriority)
ExternalTaskClientBuilder
ExternalTaskClientBuilderImpl. workerId(String workerId)
-
Uses of ExternalTaskClientBuilder in org.camunda.bpm.client.spring.impl.client
Methods in org.camunda.bpm.client.spring.impl.client with parameters of type ExternalTaskClientBuilder Modifier and Type Method Description protected void
ClientFactory. addClientRequestInterceptors(ExternalTaskClientBuilder taskClientBuilder)
-