Interface TypedPayload
-
- All Known Implementing Classes:
CatalogEventPayload
public interface TypedPayloadInterface for associating a type field with a given payload. This type field is not designed to be included as part of the payload, but rather it is used when constructing theEventinstance the payload is contained within.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default java.lang.StringgetEventType()Returns the type of event the payload represents.default java.lang.StringgetPayloadType()Returns the type of the payload.
-