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>>
Author:
Fabio Simeoni
See Also:
  • Method Summary

    Methods inherited from interface org.gcube.smartgears.handlers.Handler

    onEvent