Class Acteur.ConsumedState

java.lang.Object
com.mastfrog.acteurbase.ActeurState<Response,com.mastfrog.acteur.ResponseImpl>
com.mastfrog.acteur.State
com.mastfrog.acteur.Acteur.ConsumedState
Enclosing class:
Acteur

protected class Acteur.ConsumedState extends State
State indicating that this acteur chain is taking responsibility for responding to the request. It may optionally include objects which should be available for injection into subsequent acteurs.
  • Constructor Details

    • ConsumedState

      public ConsumedState(Object... context)
  • Method Details

    • getActeur

      public final Acteur getActeur()
      Description copied from class: State
      Returns whether (and by which action) the next event has to be processed prior to regular processing.
      Specified by:
      getActeur in class State
      Returns:
      the locked action; if null, then there is no prior action