Class GenericJsonrpcNotification


public class GenericJsonrpcNotification extends JsonrpcNotification
Represents a generic JSON-RPC Notification.
 {
   "jsonrpc": "2.0",
   "method": string,
   "params": {}
 }
 
See Also: