Interface EventDecorator<T extends AbstractEvent>
-
- All Known Implementing Classes:
AbstractEventDecorator
public interface EventDecorator<T extends AbstractEvent>Allows decorating events published viaEventService.publishEvent(AbstractEvent).- Since:
- 5.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tdecorate(T event)intgetPriority()
-