Class 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.messagebus.Reply

        addError, getError, getErrorCodes, getErrors, getMessage, getNumErrors, getRetryDelay, hasErrors, hasFatalErrors, setMessage, setRetryDelay, swapState
      • Methods inherited from class com.yahoo.messagebus.Routable

        discard, getCallStack, getContext, getTrace, popHandler, pushHandler, setContext
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DocumentAcceptedReply

        protected DocumentAcceptedReply​(int type)