Interface Cascade.Stage.Actor<I,O>

Type Parameters:
I - is the type of messages the actor will consume.
O - is the type of messages the actor will produce.
All Known Implementing Classes:
Cascade.AbstractStage.DefaultActor
Enclosing interface:
Cascade.Stage

public static interface Cascade.Stage.Actor<I,O>
Actor.
  • Method Details

    • stage

      Cascade.Stage stage()
      Get the Stage that contains this actor.
      Returns:
      the enclosing stage.
    • context

      Get the Context that is passed into ContextScripts.
      Returns:
      the context used when executing scripts.
    • input

      Get the Input that supplies messages to this actor.
      Returns:
      the input to the actor.
    • output

      Get the Output that receives messages from this actor.
      Returns:
      the output from the actor.