Interface ApplicationHandler<T extends ApplicationHandler<T>>
-
- Type Parameters:
T- the self type of the handler.
- All Superinterfaces:
Handler<ApplicationEvent<T>>
- All Known Implementing Classes:
ApplicationLifecycleHandler,ApplicationProfileManager,RequestAccounting,RequestHandler,RequestMetrics,RequestValidator
public interface ApplicationHandler<T extends ApplicationHandler<T>> extends Handler<ApplicationEvent<T>>
AHandlerofApplicationEvents.- Author:
- Fabio Simeoni
- See Also:
ApplicationEvent