Uses of Class
io.camunda.zeebe.gateway.impl.job.InflightActivateJobsRequest
Packages that use InflightActivateJobsRequest
-
Uses of InflightActivateJobsRequest in io.camunda.zeebe.gateway.impl.job
Methods in io.camunda.zeebe.gateway.impl.job that return InflightActivateJobsRequestModifier and TypeMethodDescriptionInFlightLongPollingActivateJobsRequestsState.getNextPendingRequest()Methods in io.camunda.zeebe.gateway.impl.job that return types with arguments of type InflightActivateJobsRequestModifier and TypeMethodDescriptionInFlightLongPollingActivateJobsRequestsState.getPendingRequests()Methods in io.camunda.zeebe.gateway.impl.job with parameters of type InflightActivateJobsRequestModifier and TypeMethodDescriptionvoidRoundRobinActivateJobsHandler.activateJobs(int partitionsCount, InflightActivateJobsRequest<T> request, Consumer<Throwable> onError, BiConsumer<Integer, Boolean> onCompleted) voidInFlightLongPollingActivateJobsRequestsState.addActiveRequest(InflightActivateJobsRequest<T> request) voidInFlightLongPollingActivateJobsRequestsState.enqueueRequest(InflightActivateJobsRequest<T> request) voidInFlightLongPollingActivateJobsRequestsState.removeActiveRequest(InflightActivateJobsRequest<T> request) voidInFlightLongPollingActivateJobsRequestsState.removeRequest(InflightActivateJobsRequest<T> request) booleanInFlightLongPollingActivateJobsRequestsState.shouldBeRepeated(InflightActivateJobsRequest<T> request) Returns whether the request should be repeated.