Interface Record<T>
-
- Type Parameters:
T
- the type of the payload
public interface Record<T>
Represents a record containing the destination name and a payload of a generic type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Metadata
getMetadata()
Retrieves the metadata associated with this record.T
getPayload()
Retrieves the payload of this record.
-