Class RemoveDocumentReply

    • Constructor Summary

      Constructors 
      Constructor Description
      RemoveDocumentReply()
      Constructs a new reply with no content.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setWasFound​(boolean found)
      Set whether or not the document was found and removed.
      boolean wasFound()
      Returns whether or not the document was found and removed.
      • 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

      • RemoveDocumentReply

        public RemoveDocumentReply()
        Constructs a new reply with no content.
    • Method Detail

      • wasFound

        public boolean wasFound()
        Returns whether or not the document was found and removed.
        Returns:
        true if document was found.
      • setWasFound

        public void setWasFound​(boolean found)
        Set whether or not the document was found and removed.
        Parameters:
        found - true if the document was found.