Package akka.stream.impl.fusing
Interface ActorGraphInterpreter.BoundaryEvent
-
- All Superinterfaces:
DeadLetterSuppression
,NoSerializationVerificationNeeded
- All Known Subinterfaces:
ActorGraphInterpreter.SimpleBoundaryEvent
- All Known Implementing Classes:
ActorGraphInterpreter.BatchingActorInputBoundary.OnComplete
,ActorGraphInterpreter.BatchingActorInputBoundary.OnError
,ActorGraphInterpreter.BatchingActorInputBoundary.OnNext
,ActorGraphInterpreter.BatchingActorInputBoundary.OnSubscribe
,ActorGraphInterpreter.Cancel
,ActorGraphInterpreter.RequestMore
,ActorGraphInterpreter.SubscribePending
,GraphInterpreterShell.Abort
,GraphInterpreterShell.AsyncInput
,GraphInterpreterShell.ResumeShell
- Enclosing class:
- ActorGraphInterpreter
public static interface ActorGraphInterpreter.BoundaryEvent extends DeadLetterSuppression, NoSerializationVerificationNeeded
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
execute(int eventLimit)
GraphInterpreterShell
shell()
-
-
-
Method Detail
-
execute
int execute(int eventLimit)
-
shell
GraphInterpreterShell shell()
-
-