Class LongPollingActivateJobsHandler

java.lang.Object
io.camunda.zeebe.gateway.impl.job.LongPollingActivateJobsHandler
All Implemented Interfaces:
ActivateJobsHandler, Consumer<ActorControl>

public final class LongPollingActivateJobsHandler extends Object implements ActivateJobsHandler
Adds long polling to the handling of activate job requests. When there are no jobs available to activate, the response will be kept open.