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
-
Method Details
-
decorate
-
getPriority
int getPriority()
-