Class DocumentAcceptedReply
- java.lang.Object
-
- com.yahoo.messagebus.Routable
-
- com.yahoo.messagebus.Reply
-
- com.yahoo.documentapi.messagebus.protocol.DocumentReply
-
- com.yahoo.documentapi.messagebus.protocol.DocumentAcceptedReply
-
- Direct Known Subclasses:
GetDocumentReply
,WriteDocumentReply
public abstract class DocumentAcceptedReply extends DocumentReply
Common base class for replies that indicate that a document was routed to some recipient. Does not imply that the reply contains no errors!
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
DocumentAcceptedReply(int type)
-
Method Summary
-
Methods inherited from class com.yahoo.documentapi.messagebus.protocol.DocumentReply
getPriority, getProtocol, getType, setPriority
-
Methods inherited from class com.yahoo.messagebus.Reply
addError, getError, getErrorCodes, getErrors, getMessage, getNumErrors, getRetryDelay, hasErrors, hasFatalErrors, setMessage, setRetryDelay, swapState
-
-