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

    Modifier and Type
    Method
    Description
    Get the acteur being delegated to
  • Method Details

    • getDelegate

      Acteur getDelegate()
      Get the acteur being delegated to
      Returns:
      An acteur