Interface EventDecorator<T extends AbstractEvent>

All Known Implementing Classes:
AbstractEventDecorator

public interface EventDecorator<T extends AbstractEvent>
Allows decorating events published via EventService.publishEvent(AbstractEvent).
Since:
5.2
  • Method Summary

    Modifier and Type
    Method
    Description
    decorate(T event)
     
    int
     
  • Method Details

    • decorate

      T decorate(T event)
    • getPriority

      int getPriority()