Class AnnotationProcessorConfiguration
java.lang.Object
io.camunda.zeebe.spring.client.annotation.processor.AnnotationProcessorConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionoutboundConnectorAnnotationProcessor(OutboundConnectorManager outboundConnectorManager, io.camunda.connector.runtime.util.outbound.OutboundConnectorFactory outboundConnectorFactory) zeebeClientEventListener(ZeebeAnnotationProcessorRegistry zeebeAnnotationProcessorRegistry) zeebeWorkerPostProcessor(JobWorkerManager jobWorkerManager, List<ZeebeWorkerValueCustomizer> zeebeWorkerValueCustomizers, org.springframework.core.env.Environment environment)
-
Constructor Details
-
AnnotationProcessorConfiguration
public AnnotationProcessorConfiguration()
-
-
Method Details
-
zeebeAnnotationProcessorRegistry
@Bean public ZeebeAnnotationProcessorRegistry zeebeAnnotationProcessorRegistry(List<AbstractZeebeAnnotationProcessor> processors) -
zeebeClientEventListener
@Bean public ZeebeClientEventListener zeebeClientEventListener(ZeebeAnnotationProcessorRegistry zeebeAnnotationProcessorRegistry) -
deploymentPostProcessor
-
outboundConnectorAnnotationProcessor
@Bean public OutboundConnectorAnnotationProcessor outboundConnectorAnnotationProcessor(OutboundConnectorManager outboundConnectorManager, io.camunda.connector.runtime.util.outbound.OutboundConnectorFactory outboundConnectorFactory) -
zeebeWorkerPostProcessor
@Bean public ZeebeWorkerAnnotationProcessor zeebeWorkerPostProcessor(JobWorkerManager jobWorkerManager, List<ZeebeWorkerValueCustomizer> zeebeWorkerValueCustomizers, org.springframework.core.env.Environment environment)
-