Uses of Interface
com.thetransactioncompany.jsonrpc2.server.NotificationHandler
Package
Description
Simple server framework for processing JSON-RPC 2.0 requests and
notifications.
-
Uses of NotificationHandler in com.thetransactioncompany.jsonrpc2.server
Modifier and TypeClassDescriptionclass
Dispatcher for JSON-RPC 2.0 requests and notifications.Modifier and TypeMethodDescriptionDispatcher.getNotificationHandler
(String notificationName) Gets the handler for the specified JSON-RPC 2.0 notification name.Modifier and TypeMethodDescriptionvoid
Dispatcher.register
(NotificationHandler handler) Registers a new JSON-RPC 2.0 notification handler.