Interface SharedSender.ResultCallback

All Known Implementing Classes:
FeedResponse
Enclosing class:
SharedSender

public static interface SharedSender.ResultCallback
  • Method Summary

    Modifier and Type
    Method
    Description
    get the associated Pending number
    boolean
    handleReply(com.yahoo.messagebus.Reply r)
    Return true unless we should abort this sender.
    boolean
    Returns true if feeding has been aborted.
  • Method Details

    • getPending

      SharedSender.Pending getPending()
      get the associated Pending number
    • handleReply

      boolean handleReply(com.yahoo.messagebus.Reply r)
      Return true unless we should abort this sender.
    • isAborted

      boolean isAborted()
      Returns true if feeding has been aborted. No more feeding is allowed with this callback after that.