Package io.openems.common.jsonrpc.base
Class JsonrpcNotification
- java.lang.Object
-
- io.openems.common.jsonrpc.base.JsonrpcMessage
-
- io.openems.common.jsonrpc.base.AbstractJsonrpcRequest
-
- io.openems.common.jsonrpc.base.JsonrpcNotification
-
- Direct Known Subclasses:
CurrentDataNotification
,DeprecatedJsonrpcNotification
,EdgeConfigNotification
,EdgeRpcNotification
,EdgesCurrentDataNotification
,GenericJsonrpcNotification
,LogMessageNotification
,SystemLogNotification
,TimestampedDataNotification
public abstract class JsonrpcNotification extends AbstractJsonrpcRequest
Represents a JSON-RPC Notification.{ "jsonrpc": "2.0", "method": string, "params": {} }
- See Also:
- JSON-RPC specification
-
-
Field Summary
-
Fields inherited from class io.openems.common.jsonrpc.base.JsonrpcMessage
JSONRPC_VERSION
-
-
Constructor Summary
Constructors Constructor Description JsonrpcNotification(java.lang.String method)
-
Method Summary
-
Methods inherited from class io.openems.common.jsonrpc.base.AbstractJsonrpcRequest
getFullyQualifiedMethod, getMethod, getParams, toJsonObject
-
Methods inherited from class io.openems.common.jsonrpc.base.JsonrpcMessage
from, from, toString
-
-