|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PublicationStatusTracker
An optional interface that can be implemented by Events objects or topic Payloads to enable the events' status to be stamped on the event by an event service.
EventService implementations must call setEventStatus(status) on event objects and payloads that implement this interface.
Method Summary | |
---|---|
PublicationStatus |
getPublicationStatus()
Implementations of this method must be made thread safe. |
void |
setPublicationStatus(PublicationStatus status)
Implementations of this method must be made thread safe. |
Method Detail |
---|
PublicationStatus getPublicationStatus()
PublicationStatus.Unpublished
if setPublicationStatus was never called.void setPublicationStatus(PublicationStatus status)
status
- the status of the event during it's current publication
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |