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
ConstructorsConstructorDescriptionBufferedInstanceEvent(OMRSInstanceEvent event, String messageId) Constructor -
Method Summary
Modifier and TypeMethodDescriptiongetEvent()Gets the associatedOMRSInstanceEventGets theDelegatableFutureassociated 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 theDelegatableFutureassociated with the event- Returns:
- future object
-
getMessageId
Gets the message id for the event.- Returns:
- messageId
-