Interface ReadAckCompletedEvent
-
- All Superinterfaces:
com.atlassian.confluence.event.events.content.Contented
,ReadAckEvent
public interface ReadAckCompletedEvent extends ReadAckEvent
This event is fired when the read confirmation status is complete
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Long
getAckTimestamp()
Returns the read confirmation acknowledged timestamp
-
-
-
Method Detail
-
getAckTimestamp
Long getAckTimestamp()
Returns the read confirmation acknowledged timestamp- Returns:
- the read confirmation acknowledged timestamp
-
-