ContextType - Service request context type.@FunctionalInterface public static interface Dispatcher.RequestHandler<ContextType extends ContextInterface>
| Modifier and Type | Method and Description |
|---|---|
com.thetransactioncompany.jsonrpc2.JSONRPC2Response |
process(com.thetransactioncompany.jsonrpc2.JSONRPC2Request request,
ContextType context)
Handles request.
|
com.thetransactioncompany.jsonrpc2.JSONRPC2Response process(com.thetransactioncompany.jsonrpc2.JSONRPC2Request request,
ContextType context)
throws com.thetransactioncompany.jsonrpc2.JSONRPC2Error
request - Request call.context - Execution context.com.thetransactioncompany.jsonrpc2.JSONRPC2Error - Error during JSON-RPC call handling.Copyright © 2015 RafaĆ Wrzeszcz - Wrzasq.pl. All rights reserved.