Package akka.stream.impl.fusing
Interface ActorGraphInterpreter.SimpleBoundaryEvent
-
- All Superinterfaces:
ActorGraphInterpreter.BoundaryEvent
,DeadLetterSuppression
,NoSerializationVerificationNeeded
- All Known Implementing Classes:
ActorGraphInterpreter.BatchingActorInputBoundary.OnComplete
,ActorGraphInterpreter.BatchingActorInputBoundary.OnError
,ActorGraphInterpreter.BatchingActorInputBoundary.OnNext
,ActorGraphInterpreter.BatchingActorInputBoundary.OnSubscribe
,ActorGraphInterpreter.Cancel
,ActorGraphInterpreter.RequestMore
,ActorGraphInterpreter.SubscribePending
- Enclosing class:
- ActorGraphInterpreter
public static interface ActorGraphInterpreter.SimpleBoundaryEvent extends ActorGraphInterpreter.BoundaryEvent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
execute()
int
execute(int eventLimit)
GraphStageLogic
logic()
-
Methods inherited from interface akka.stream.impl.fusing.ActorGraphInterpreter.BoundaryEvent
shell
-
-
-
-
Method Detail
-
execute
int execute(int eventLimit)
- Specified by:
execute
in interfaceActorGraphInterpreter.BoundaryEvent
-
execute
void execute()
-
logic
GraphStageLogic logic()
-
-