Uses of Class
io.camunda.zeebe.spring.client.properties.CamundaClientProperties
Packages that use CamundaClientProperties
Package
Description
-
Uses of CamundaClientProperties in io.camunda.zeebe.spring.client.configuration
Methods in io.camunda.zeebe.spring.client.configuration with parameters of type CamundaClientPropertiesModifier and TypeMethodDescriptionZeebeClientProdAutoConfiguration.zeebeClientConfiguration(ZeebeClientConfigurationProperties properties, CamundaClientProperties camundaClientProperties, JsonMapper jsonMapper, List<io.grpc.ClientInterceptor> interceptors, List<org.apache.hc.client5.http.async.AsyncExecChainHandler> chainHandlers, ZeebeClientExecutorService zeebeClientExecutorService) Constructors in io.camunda.zeebe.spring.client.configuration with parameters of type CamundaClientPropertiesModifierConstructorDescriptionCamundaClientConfigurationImpl(ZeebeClientConfigurationProperties properties, CamundaClientProperties camundaClientProperties, JsonMapper jsonMapper, List<io.grpc.ClientInterceptor> interceptors, List<org.apache.hc.client5.http.async.AsyncExecChainHandler> chainHandlers, ZeebeClientExecutorService zeebeClientExecutorService) ExecutorServiceConfiguration(ZeebeClientConfigurationProperties configurationProperties, CamundaClientProperties camundaClientProperties) ZeebeClientAllAutoConfiguration(ZeebeClientConfigurationProperties configurationProperties, CamundaClientProperties camundaClientProperties) -
Uses of CamundaClientProperties in io.camunda.zeebe.spring.client.properties
Constructors in io.camunda.zeebe.spring.client.properties with parameters of type CamundaClientPropertiesModifierConstructorDescriptionPropertyBasedZeebeWorkerValueCustomizer(ZeebeClientConfigurationProperties zeebeClientConfigurationProperties, CamundaClientProperties camundaClientProperties)