public interface PublicationStatusTracker
EventService implementations must call setEventStatus(status) on event objects and payloads that implement this interface.
Modifier and Type | Method and Description |
---|---|
PublicationStatus |
getPublicationStatus()
Implementations of this method must be made thread safe.
|
void |
setPublicationStatus(PublicationStatus status)
Implementations of this method must be made thread safe.
|
PublicationStatus getPublicationStatus()
PublicationStatus.Unpublished
if setPublicationStatus was never called.void setPublicationStatus(PublicationStatus status)
status
- the status of the event during it's current publicationCopyright © 2013 Bushe Enterprises, Inc.. All Rights Reserved.