Package com.yahoo.feedhandler
Class FeedResponse
java.lang.Object
com.yahoo.feedhandler.FeedResponse
- All Implemented Interfaces:
SharedSender.ResultCallback
-
Method Summary
Modifier and TypeMethodDescriptionaddError(com.yahoo.messagebus.Error error) voiddone()get the associated Pending numberbooleanhandleReply(com.yahoo.messagebus.Reply reply) Return true unless we should abort this sender.booleanReturns true if feeding has been aborted.boolean
-
Method Details
-
isAborted
public boolean isAborted()Description copied from interface:SharedSender.ResultCallbackReturns true if feeding has been aborted. No more feeding is allowed with this callback after that.- Specified by:
isAbortedin interfaceSharedSender.ResultCallback
-
handleReply
public boolean handleReply(com.yahoo.messagebus.Reply reply) Description copied from interface:SharedSender.ResultCallbackReturn true unless we should abort this sender.- Specified by:
handleReplyin interfaceSharedSender.ResultCallback
-
getPending
Description copied from interface:SharedSender.ResultCallbackget the associated Pending number- Specified by:
getPendingin interfaceSharedSender.ResultCallback
-
done
public void done() -
addError
-
getErrorList
-
isSuccess
public boolean isSuccess()
-