Interface EventPayloadExtractor
- All Known Implementing Classes:
BeanIntrospectionEventPayloadExtractor
public interface EventPayloadExtractor
-
Method Summary
-
Method Details
-
extractPayload
Extracts the paylaod for the event. The payload always contains keyseventTypeandtimestamp- Type Parameters:
E- the type of the event- Parameters:
event- the event object- Returns:
- payload map which always contains the keys
eventTypeandtimestamp
-