public interface ManagedEventIdentifierService<IDENTIFIER,EVENT>
| Modifier and Type | Field and Description |
|---|---|
static String |
EVENT_LIFE_ID
provide consistent properties for access
|
| Modifier and Type | Method and Description |
|---|---|
IDENTIFIER |
getEventIdentifier(EVENT event)
Get the life identifier for the incoming event.
|
void |
setEventIdentifier(IDENTIFIER identifier,
EVENT event)
Set the event life identifier based on the incoming event implementation.
|
static final String EVENT_LIFE_ID
void setEventIdentifier(IDENTIFIER identifier, EVENT event) throws ManagedEventIdentifierException
identifier - event - ManagedEventIdentifierExceptionIDENTIFIER getEventIdentifier(EVENT event) throws ManagedEventIdentifierException
event - ManagedEventIdentifierExceptionCopyright © 2007-2015 Ikasan. All Rights Reserved.