Uses of Interface
org.camunda.bpm.client.ExternalTaskClientBuilder
Packages that use ExternalTaskClientBuilder
Package
Description
-
Uses of ExternalTaskClientBuilder in org.camunda.bpm.client
Methods in org.camunda.bpm.client that return ExternalTaskClientBuilderModifier 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 ExternalTaskClientBuilderExternalTaskClient.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
Classes in org.camunda.bpm.client.impl that implement ExternalTaskClientBuilderMethods in org.camunda.bpm.client.impl that return ExternalTaskClientBuilderModifier 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
Methods in org.camunda.bpm.client.spring.impl.client with parameters of type ExternalTaskClientBuilderModifier and TypeMethodDescriptionprotected voidClientFactory.addClientRequestInterceptors(ExternalTaskClientBuilder taskClientBuilder)