Package com.tangosol.net.topic
Interface Publisher.Status
public static interface Publisher.Status
The status for a successfully published element.
-
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
Position getPosition()Returns thePosition
in the channel that the element was published to.- Returns:
- the
Position
in the channel that the element was published to
-