Interface SharedSender.ResultCallback

  • All Known Implementing Classes:
    FeedResponse
    Enclosing class:
    SharedSender

    public static interface SharedSender.ResultCallback
    • Method Detail

      • 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.