Uses of Interface
com.mackenziehigh.cascade.Cascade.Stage.Actor.Builder
-
Uses of Cascade.Stage.Actor.Builder in com.mackenziehigh.cascade
Methods in com.mackenziehigh.cascade that return Cascade.Stage.Actor.BuilderModifier and TypeMethodDescriptionfinal <I,
O> Cascade.Stage.Actor.Builder<I, O> Cascade.AbstractStage.newActor()
Create a builder that can be used to add a new actor to this stage.<I,
O> Cascade.Stage.Actor.Builder<I, O> Cascade.Stage.newActor()
Create a builder that can be used to add a new actor to this stage.default Cascade.Stage.Actor.Builder<I,
O> Cascade.Stage.Actor.Builder.withConsumerErrorHandler
(Cascade.Stage.Actor.ConsumerErrorHandler handler) Define how the actor responds to unhandled exceptions.default <X> Cascade.Stage.Actor.Builder<X,
X> Cascade.Stage.Actor.Builder.withConsumerScript
(Cascade.Stage.Actor.ConsumerScript<X> script) Define the normal behavior of the actor.Cascade.Stage.Actor.Builder.withContextErrorHandler
(Cascade.Stage.Actor.ContextErrorHandler<I, O> handler) Define how the actor responds to unhandled exceptions.<X,
Y> Cascade.Stage.Actor.Builder<X, Y> Cascade.Stage.Actor.Builder.withContextScript
(Cascade.Stage.Actor.ContextScript<X, Y> script) Define the normal behavior of the actor.default <X,
Y> Cascade.Stage.Actor.Builder<X, Y> Cascade.Stage.Actor.Builder.withFunctionScript
(Cascade.Stage.Actor.FunctionScript<X, Y> script) Define the normal behavior of the actor.Cascade.Stage.Actor.Builder.withMailbox
(Cascade.Stage.Actor.Mailbox<I> queue) Cause the actor to use the given mailbox to store incoming messages.