Class ZeebeClientExecutorService
java.lang.Object
io.camunda.zeebe.spring.client.jobhandling.ZeebeClientExecutorService
Wrapper bean for
ScheduledExecutorService required in Spring Zeebe for Job Handling,
Retry Management and so on.
This is wrapped so you can have multiple executor services in the Spring context and qualify the right one.
-
Constructor Summary
ConstructorsConstructorDescriptionZeebeClientExecutorService(ScheduledExecutorService scheduledExecutorService) -
Method Summary
Modifier and TypeMethodDescriptionstatic ZeebeClientExecutorServicestatic ZeebeClientExecutorServicecreateDefault(int threads) get()
-
Constructor Details
-
ZeebeClientExecutorService
-
-
Method Details
-
get
-
createDefault
-
createDefault
-