Uses of Interface
com.thetransactioncompany.jsonrpc2.server.NotificationHandler
Packages that use NotificationHandler
Package
Description
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 NotificationHandlerModifier and TypeClassDescriptionclass
Dispatcher for JSON-RPC 2.0 requests and notifications.Methods in com.thetransactioncompany.jsonrpc2.server that return NotificationHandlerModifier and TypeMethodDescriptionDispatcher.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 NotificationHandlerModifier and TypeMethodDescriptionvoid
Dispatcher.register
(NotificationHandler handler) Registers a new JSON-RPC 2.0 notification handler.