T
- type of data return by a particular subscriptionpublic class Notification<T>
extends java.lang.Object
Constructor and Description |
---|
Notification() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getJsonrpc() |
java.lang.String |
getMethod() |
NotificationParams<T> |
getParams() |
public java.lang.String getJsonrpc()
public java.lang.String getMethod()
public NotificationParams<T> getParams()