Interface GroovyChain

  • All Superinterfaces:
    Chain
    All Known Implementing Classes:
    GroovyChainAction

    public interface GroovyChain
    extends Chain
    A Groovy oriented handler chain builder DSL.

    The methods specific to this subclass create Handler instances from closures and add them to the underlying chain.

    These methods are generally shortcuts for all(Handler) on this underlying chain.