Class ZeebeClientConfigurationSpringImpl
java.lang.Object
io.camunda.zeebe.spring.client.configuration.ZeebeClientConfigurationSpringImpl
- All Implemented Interfaces:
ZeebeClientConfiguration
-
Constructor Summary
ConstructorsConstructorDescriptionZeebeClientConfigurationSpringImpl(ZeebeClientConfigurationProperties properties, CommonConfigurationProperties commonConfigurationProperties, JsonMapper jsonMapper, List<io.grpc.ClientInterceptor> interceptors, ZeebeClientExecutorService zeebeClientExecutorService) -
Method Summary
-
Constructor Details
-
ZeebeClientConfigurationSpringImpl
@Autowired public ZeebeClientConfigurationSpringImpl(ZeebeClientConfigurationProperties properties, CommonConfigurationProperties commonConfigurationProperties, JsonMapper jsonMapper, List<io.grpc.ClientInterceptor> interceptors, ZeebeClientExecutorService zeebeClientExecutorService)
-
-
Method Details
-
applyLegacy
@PostConstruct public void applyLegacy() -
getGatewayAddress
- Specified by:
getGatewayAddressin interfaceZeebeClientConfiguration
-
getRestAddress
- Specified by:
getRestAddressin interfaceZeebeClientConfiguration
-
getGrpcAddress
- Specified by:
getGrpcAddressin interfaceZeebeClientConfiguration
-
getDefaultTenantId
- Specified by:
getDefaultTenantIdin interfaceZeebeClientConfiguration
-
getDefaultJobWorkerTenantIds
- Specified by:
getDefaultJobWorkerTenantIdsin interfaceZeebeClientConfiguration
-
getNumJobWorkerExecutionThreads
public int getNumJobWorkerExecutionThreads()- Specified by:
getNumJobWorkerExecutionThreadsin interfaceZeebeClientConfiguration
-
getDefaultJobWorkerMaxJobsActive
public int getDefaultJobWorkerMaxJobsActive()- Specified by:
getDefaultJobWorkerMaxJobsActivein interfaceZeebeClientConfiguration
-
getDefaultJobWorkerName
- Specified by:
getDefaultJobWorkerNamein interfaceZeebeClientConfiguration
-
getDefaultJobTimeout
- Specified by:
getDefaultJobTimeoutin interfaceZeebeClientConfiguration
-
getDefaultJobPollInterval
- Specified by:
getDefaultJobPollIntervalin interfaceZeebeClientConfiguration
-
getDefaultMessageTimeToLive
- Specified by:
getDefaultMessageTimeToLivein interfaceZeebeClientConfiguration
-
getDefaultRequestTimeout
- Specified by:
getDefaultRequestTimeoutin interfaceZeebeClientConfiguration
-
isPlaintextConnectionEnabled
public boolean isPlaintextConnectionEnabled()- Specified by:
isPlaintextConnectionEnabledin interfaceZeebeClientConfiguration
-
getCaCertificatePath
- Specified by:
getCaCertificatePathin interfaceZeebeClientConfiguration
-
getCredentialsProvider
- Specified by:
getCredentialsProviderin interfaceZeebeClientConfiguration
-
getKeepAlive
- Specified by:
getKeepAlivein interfaceZeebeClientConfiguration
-
getInterceptors
- Specified by:
getInterceptorsin interfaceZeebeClientConfiguration
-
getJsonMapper
- Specified by:
getJsonMapperin interfaceZeebeClientConfiguration
-
getOverrideAuthority
- Specified by:
getOverrideAuthorityin interfaceZeebeClientConfiguration
-
getMaxMessageSize
public int getMaxMessageSize()- Specified by:
getMaxMessageSizein interfaceZeebeClientConfiguration
-
getMaxMetadataSize
public int getMaxMetadataSize()- Specified by:
getMaxMetadataSizein interfaceZeebeClientConfiguration
-
jobWorkerExecutor
- Specified by:
jobWorkerExecutorin interfaceZeebeClientConfiguration
-
ownsJobWorkerExecutor
public boolean ownsJobWorkerExecutor()- Specified by:
ownsJobWorkerExecutorin interfaceZeebeClientConfiguration
-
getDefaultJobWorkerStreamEnabled
public boolean getDefaultJobWorkerStreamEnabled()- Specified by:
getDefaultJobWorkerStreamEnabledin interfaceZeebeClientConfiguration
-
useDefaultRetryPolicy
public boolean useDefaultRetryPolicy()- Specified by:
useDefaultRetryPolicyin interfaceZeebeClientConfiguration
-
preferRestOverGrpc
public boolean preferRestOverGrpc()- Specified by:
preferRestOverGrpcin interfaceZeebeClientConfiguration
-
toString
-