Class BufferedInstanceEvent
java.lang.Object
org.odpi.openmetadata.repositoryservices.eventmanagement.BufferedInstanceEvent
An instance event that is buffered because
the
OMRSRepositoryEventManager
is not
active yet.- See Also:
-
Constructor Summary
ConstructorDescriptionBufferedInstanceEvent
(OMRSInstanceEvent event, String messageId) Constructor -
Method Summary
Modifier and TypeMethodDescriptiongetEvent()
Gets the associatedOMRSInstanceEvent
Gets theDelegatableFuture
associated with the eventGets the message id for the event.
-
Constructor Details
-
BufferedInstanceEvent
Constructor- Parameters:
event
- event contentmessageId
- identifier
-
-
Method Details
-
getEvent
Gets the associatedOMRSInstanceEvent
- Returns:
- returns event content
-
getFuture
Gets theDelegatableFuture
associated with the event- Returns:
- future object
-
getMessageId
Gets the message id for the event.- Returns:
- messageId
-