Interface EventModifier
public interface EventModifier
Event modifiers can modify events before notifications and storage handlers run.
-
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(EventWithContext eventWithContext, EventDefinition eventDefinition) Performs modification operations on the givenEventWithContext.
-
Method Details
-
accept
void accept(EventWithContext eventWithContext, EventDefinition eventDefinition) throws EventModifierException Performs modification operations on the givenEventWithContext.- Parameters:
eventWithContext- the event with contexteventDefinition- the event definition for the event with context- Throws:
EventModifierException- when the modification fails
-