|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface NotificationHandler
Interface for handling JSON-RPC 2.0 notifications.
| Method Summary | |
|---|---|
java.lang.String[] |
handledNotifications()
Gets the JSON-RPC 2.0 notification method names that this handler processes. |
void |
process(com.thetransactioncompany.jsonrpc2.JSONRPC2Notification notification,
MessageContext notificationCtx)
Processes a JSON-RPC 2.0 notification. |
| Method Detail |
|---|
java.lang.String[] handledNotifications()
void process(com.thetransactioncompany.jsonrpc2.JSONRPC2Notification notification,
MessageContext notificationCtx)
notification - A valid JSON-RPC 2.0 notification instance.notificationCtx - Context information about the notification,
may be null if undefined.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||