public interface FlowEvent<IDENTIFIER,PAYLOAD>
Flow Event.| Modifier and Type | Method and Description |
|---|---|
IDENTIFIER |
getIdentifier()
Get immutable flow event identifier.
|
PAYLOAD |
getPayload()
Get the payload of this flow event.
|
IDENTIFIER |
getRelatedIdentifier()
Get related event identifier identifier.
|
long |
getTimestamp()
Get the immutable created date/time of the flow event.
|
void |
replace(FlowEvent<IDENTIFIER,PAYLOAD> flowEvent)
Replace the internals of this flow event with the provided
|
void |
setPayload(PAYLOAD payload)
Set the payload of this flow event.
|
IDENTIFIER getIdentifier()
IDENTIFIER getRelatedIdentifier()
long getTimestamp()
PAYLOAD getPayload()
void setPayload(PAYLOAD payload)
payload - - payloadvoid replace(FlowEvent<IDENTIFIER,PAYLOAD> flowEvent)
flowEvent - a new flow event to useCopyright © 2007-2016 Ikasan. All Rights Reserved.