Class StreamJobsHandler
java.lang.Object
io.camunda.zeebe.scheduler.Actor
io.camunda.zeebe.gateway.impl.stream.StreamJobsHandler
- All Implemented Interfaces:
AsyncClosable,ConcurrencyControl,AutoCloseable
-
Nested Class Summary
Nested classes/interfaces inherited from class io.camunda.zeebe.scheduler.Actor
Actor.ActorBuilder -
Field Summary
Fields inherited from class io.camunda.zeebe.scheduler.Actor
actor, ACTOR_PROP_NAME, ACTOR_PROP_PARTITION_ID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(String jobType, JobActivationProperties jobActivationProperties, io.grpc.stub.ServerCallStreamObserver<GatewayOuterClass.ActivatedJob> responseObserver) Methods inherited from class io.camunda.zeebe.scheduler.Actor
buildActorName, call, close, closeAsync, createContext, getContext, getName, handleFailure, isActorClosed, newActor, onActorClosed, onActorCloseRequested, onActorClosing, onActorFailed, onActorStarted, onActorStarting, run, runOnCompletion, schedule, wrapMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.camunda.zeebe.scheduler.ConcurrencyControl
createCompletedFuture, createFuture
-
Constructor Details
-
StreamJobsHandler
-
-
Method Details
-
handle
public void handle(String jobType, JobActivationProperties jobActivationProperties, io.grpc.stub.ServerCallStreamObserver<GatewayOuterClass.ActivatedJob> responseObserver)
-