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