Class ServiceMethodResponse

    • Method Detail

      • getResult

        public EResult getResult()
        Returns:
        Gets the result of the message.
      • getServiceName

        public java.lang.String getServiceName()
        Returns:
        Gets the name of the Service.
      • getRpcName

        public java.lang.String getRpcName()
        Returns:
        Gets the name of the RPC method.
      • getMethodName

        public java.lang.String getMethodName()
        Returns:
        Gets the full name of the service method.
      • getDeserializedResponse

        public <T extends com.google.protobuf.GeneratedMessageV3.Builder<T>> T getDeserializedResponse​(java.lang.Class<? extends com.google.protobuf.AbstractMessage> clazz)
        Deserializes the response into a protobuf object.
        Type Parameters:
        T - Protobuf type of the response message.
        Parameters:
        clazz - The message class, type erasure.
        Returns:
        The response to the message sent through SteamUnifiedMessages.