Class RemoteStreamEndpoint<M extends BufferReader>
java.lang.Object
io.camunda.zeebe.scheduler.Actor
io.camunda.zeebe.transport.stream.impl.RemoteStreamEndpoint<M>
- 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
ConstructorsConstructorDescriptionRemoteStreamEndpoint(ClusterCommunicationService transport, RemoteStreamApiHandler<M> requestHandler) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected voidvoidMethods inherited from class io.camunda.zeebe.scheduler.Actor
buildActorName, close, closeAsync, createContext, getContext, getName, handleFailure, isActorClosed, newActor, onActorClosed, onActorCloseRequested, onActorFailed, onActorStarted, run, runOnCompletion, 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
-
RemoteStreamEndpoint
public RemoteStreamEndpoint(ClusterCommunicationService transport, RemoteStreamApiHandler<M> requestHandler)
-
-
Method Details
-
removeAll
-
onActorStarting
protected void onActorStarting()- Overrides:
onActorStartingin classActor
-
onActorClosing
protected void onActorClosing()- Overrides:
onActorClosingin classActor
-