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, boolean ownedByZeebeClient) -
Method Summary
Modifier and TypeMethodDescriptionstatic ZeebeClientExecutorService
static ZeebeClientExecutorService
createDefault
(int threads) get()
boolean
-
Constructor Details
-
ZeebeClientExecutorService
public ZeebeClientExecutorService(ScheduledExecutorService scheduledExecutorService, boolean ownedByZeebeClient)
-
-
Method Details
-
isOwnedByZeebeClient
public boolean isOwnedByZeebeClient() -
get
-
createDefault
-
createDefault
-