Package com.tangosol.net.topic
Interface Publisher.Status
public static interface Publisher.Status
The status for a successfully published element.
- 
Method Summary
Modifier and TypeMethodDescriptionintReturns the channel that the element was published to.Returns thePositionin 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 thePositionin the channel that the element was published to.- Returns:
 - the 
Positionin the channel that the element was published to 
 
 -