Interface Publisher.Status
public static interface Publisher.Status
The status for a successfully published element.
- Since:
- Coherence 14.1.1
- Author:
- jf/jk/mf 2015.06.03
-
Method Summary
Modifier and TypeMethodDescriptionint
Returns the channel that the element was published to.Returns thePosition
in the channel that the element was published to.
-
Method Details
-
getChannel
int getChannel()Returns the channel that the element was published to.- Returns:
- the channel that the element was published to
-
getPosition
-