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

    Modifier and Type
    Method
    Description
    void
    onEvent(E event)
    Processes a given event.
  • Method Details

    • onEvent

      void onEvent(E event)
      Processes a given event.
      Parameters:
      event - the event to process