Interface Publisher.Status

Enclosing interface:
Publisher<V>

public static interface Publisher.Status
The status for a successfully published element.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns the channel that the element was published to.
    Returns the Position 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 the Position in the channel that the element was published to.
      Returns:
      the Position in the channel that the element was published to