public interface EventFactory<EVENT>
| Modifier and Type | Method and Description |
|---|---|
<IDENTIFIER,PAYLOAD> |
newEvent(IDENTIFIER identifier,
IDENTIFIER relatedIdentifier,
PAYLOAD payload)
Create a new instance of an event with the provided identifier, related identifier, and payload.
|
<IDENTIFIER,PAYLOAD> |
newEvent(IDENTIFIER identifier,
PAYLOAD payload)
Create a new instance of an event with the provided identifier and payload.
|
<IDENTIFIER,PAYLOAD> EVENT newEvent(IDENTIFIER identifier, PAYLOAD payload)
identifier - - internal flow event identifierpayload - - data content to be transported<IDENTIFIER,PAYLOAD> EVENT newEvent(IDENTIFIER identifier, IDENTIFIER relatedIdentifier, PAYLOAD payload)
identifier - - internal flow event identifierrelatedIdentifier - - previous identifier this event may have be known bypayload - - data content to be transportedCopyright © 2007-2015 Ikasan. All Rights Reserved.