Interface CarbonEventSubscriber<T extends CarbonEvent>

Type Parameters:
T - CarbonEvent implementations

An EventSubscriber.
Since:
3.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    on(T event)
    Invokes this event consumer.
  • Method Details

    • on

      void on(T event) throws Throwable
      Invokes this event consumer.
      Parameters:
      event - the event
      Throws:
      Throwable - if an exception is thrown
      Since:
      1.0.0