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 theContextthat is passed intoContextScripts.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 TypeMethodDescriptionvoidCascade.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.voidCascade.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.