Class Handler.Abstract

All Implemented Interfaces:
Handler, Request.Handler, Container, Destroyable, Dumpable, Dumpable.DumpableContainer, LifeCycle, Invocable
Direct Known Subclasses:
AbstractHandler, DefaultHandler, Handler.Abstract.NonBlocking, Handler.AbstractContainer, ProxyHandler
Enclosing interface:
Handler

@ManagedObject public abstract static class Handler.Abstract extends ContainerLifeCycle implements Handler

An abstract implementation of Handler that is a ContainerLifeCycle.

The Invocable.InvocationType is by default Invocable.InvocationType.BLOCKING unless the NonBlocking variant is used or a specific Invocable.InvocationType is passed to the constructor.

See Also: