Class JsonrpcNotification

Direct Known Subclasses:
AbstractDataNotification, CurrentDataNotification, DeprecatedJsonrpcNotification, EdgeConfigNotification, EdgeRpcNotification, EdgesCurrentDataNotification, GenericJsonrpcNotification, LogMessageNotification, SystemLogNotification

public abstract class JsonrpcNotification extends AbstractJsonrpcRequest
Represents a JSON-RPC Notification.
 {
   "jsonrpc": "2.0",
   "method": string,
   "params": {}
 }
 
See Also:
  • Constructor Details

    • JsonrpcNotification

      public JsonrpcNotification(String method)