Package com.mastfrog.acteur
Interface Acteur.Delegate
- Enclosing class:
- Acteur
public static interface Acteur.Delegate
If you write an acteur which delegates to another one, implement this so
that that other one's changes to the response will be picked up. This
pattern is sometimes used where a choice is made about which acteur to
call next.
-
Method Summary
-
Method Details
-
getDelegate
Acteur getDelegate()Get the acteur being delegated to- Returns:
- An acteur
-