Class AbstractTemplatedHandler

  • All Implemented Interfaces:
    Handler

    public abstract class AbstractTemplatedHandler
    extends AbstractHandler
    This abstract class differentiates the concern of the conditional check to see whether this particular message needs to be handled by the handler implementation and the actual invocation logic.
    See Also:
    AbstractHandler