Interface DistributionResponse

    • Method Detail

      • isSuccessful

        boolean isSuccessful()
        returns the status of the request, whether it is successful or not. A successful request it is not necessarily distributed, it is just successfully received by the agent. To check the exact state of the request one can retrieve it with getState
        Returns:
        true if request has been accepted by the agent.
      • getMessage

        @Nullable
        java.lang.String getMessage()
        returns a verbose message of the response
        Returns:
        a message associated with this response holding information about e.g. why distribution execution failed, etc.