Class EdgeRpcNotification


public class EdgeRpcNotification extends JsonrpcNotification
Wraps a JSON-RPC Notification for a specific Edge-ID.
 {
   "jsonrpc": "2.0",
   "method": "edgeRpc",
   "params": {
     "edgeId": string,
     "payload": JsonrpcNotification
   }
 }