Class ExternalTaskClientBuilderImpl

java.lang.Object
org.camunda.bpm.client.impl.ExternalTaskClientBuilderImpl
All Implemented Interfaces:
ExternalTaskClientBuilder

public class ExternalTaskClientBuilderImpl extends Object implements ExternalTaskClientBuilder
Author:
Tassilo Weidner
  • Field Details

    • LOG

      protected static final ExternalTaskClientLogger LOG
    • workerId

      protected String workerId
    • maxTasks

      protected int maxTasks
    • usePriority

      protected boolean usePriority
    • orderingConfig

      protected OrderingConfig orderingConfig
    • asyncResponseTimeout

      protected Long asyncResponseTimeout
    • lockDuration

      protected long lockDuration
    • defaultSerializationFormat

      protected String defaultSerializationFormat
    • dateFormat

      protected String dateFormat
    • objectMapper

      protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
    • valueMappers

      protected ValueMappers valueMappers
    • typedValues

      protected TypedValues typedValues
    • engineClient

      protected EngineClient engineClient
    • topicSubscriptionManager

      protected TopicSubscriptionManager topicSubscriptionManager
    • httpClientBuilder

      protected org.apache.hc.client5.http.impl.classic.HttpClientBuilder httpClientBuilder
    • interceptors

      protected List<ClientRequestInterceptor> interceptors
    • isAutoFetchingEnabled

      protected boolean isAutoFetchingEnabled
    • backoffStrategy

      protected BackoffStrategy backoffStrategy
    • isBackoffStrategyDisabled

      protected boolean isBackoffStrategyDisabled
    • urlResolver

      protected UrlResolver urlResolver
    • deserializationTypeValidator

      protected DeserializationTypeValidator deserializationTypeValidator
  • Constructor Details

    • ExternalTaskClientBuilderImpl

      public ExternalTaskClientBuilderImpl()
  • Method Details