Interface JsonRpcCall

  • All Known Implementing Classes:
    BatchCall, Call

    public interface JsonRpcCall
    Abstraction for single and batch calls to be updated when response arrives.
    • Method Detail

      • addResponse

        void addResponse​(JsonRpcResponse response)
        Parameters:
        response - Added to current call object.
      • getCallback

        BrokerCommandCallback getCallback()
        The callback to notify after the specific command was invoked.
        Returns:
        The callback that receives the notification.