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,RequestIdHandler,RequestMetrics,RequestValidator
public interface ApplicationHandler<T extends ApplicationHandler<T>>
extends Handler<ApplicationEvent<T>>
A
Handler of ApplicationEvents.- Author:
- Fabio Simeoni
- See Also:
-
Method Summary