- Type Parameters:
- T- type of event object
public interface EventContext<T>
Represents a context of a fired event. Provides access to an event object and corresponding metadata.
- Since:
- 2.0
- See Also:
- 
Method Summary
- 
Method Details- 
getEventT getEvent()- Returns:
- the event object, aka the payload
 
- 
getMetadataEventMetadata getMetadata()- Returns:
- the event metadata
 
 
-