Class ServiceMethodNotification

    • Constructor Detail

      • ServiceMethodNotification

        public ServiceMethodNotification​(java.lang.Class<? extends com.google.protobuf.AbstractMessage> messageType,
                                         IPacketMsg packetMsg)
    • Method Detail

      • 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.
      • getBody

        public java.lang.Object getBody()
        Returns:
        Gets the protobuf notification body.