Uses of Interface
com.mackenziehigh.cascade.Cascade.Stage.Actor.Context
-
Uses of Cascade.Stage.Actor.Context in com.mackenziehigh.cascade
Methods in com.mackenziehigh.cascade that return Cascade.Stage.Actor.ContextModifier and TypeMethodDescriptionCascade.AbstractStage.DefaultActor.context()
Cascade.Stage.Actor.context()
Get theContext
that is passed intoContextScript
s.default Cascade.Stage.Actor.Context<I,
O> Send a message from the enclosing actor.default Cascade.Stage.Actor.Context<I,
O> Send a message to the enclosing actor.Methods in com.mackenziehigh.cascade with parameters of type Cascade.Stage.Actor.ContextModifier and TypeMethodDescriptionvoid
Cascade.Stage.Actor.ContextErrorHandler.onError
(Cascade.Stage.Actor.Context<I, O> context, I message, Throwable cause) This method will be invoked by the enclosing actor in order to handle any unhandled exceptions that are thrown by the script.void
Cascade.Stage.Actor.ContextScript.onInput
(Cascade.Stage.Actor.Context<I, O> context, I input) This method will be invoked by the enclosing actor in order to process all incoming messages.