Uses of Interface
com.thetransactioncompany.jsonrpc2.server.NotificationHandler
| Package | Description |
|---|---|
| com.thetransactioncompany.jsonrpc2.server |
Simple server framework for processing JSON-RPC 2.0 requests and
notifications.
|
-
Uses of NotificationHandler in com.thetransactioncompany.jsonrpc2.server
Classes in com.thetransactioncompany.jsonrpc2.server that implement NotificationHandler Modifier and Type Class Description classDispatcherDispatcher for JSON-RPC 2.0 requests and notifications.Methods in com.thetransactioncompany.jsonrpc2.server that return NotificationHandler Modifier and Type Method Description NotificationHandlerDispatcher. getNotificationHandler(String notificationName)Gets the handler for the specified JSON-RPC 2.0 notification name.Methods in com.thetransactioncompany.jsonrpc2.server with parameters of type NotificationHandler Modifier and Type Method Description voidDispatcher. register(NotificationHandler handler)Registers a new JSON-RPC 2.0 notification handler.