Package org.gcube.smartgears.handlers
Interface Handler<E>
- Type Parameters:
E- the event type
- All Known Subinterfaces:
ApplicationHandler<T>
- All Known Implementing Classes:
AccountingManager,ApplicationLifecycleHandler,ApplicationProfileManager,ContainerHandler,ContainerProfileManager,RequestAccounting,RequestHandler,RequestIdHandler,RequestMetrics,RequestValidator
public interface Handler<E>
Handles events.
- Author:
- Fabio Simeoni, Luca Frosini (ISTI-CNR)
-
Method Summary
-
Method Details
-
onEvent
Processes a given event.- Parameters:
event- the event to process
-