public interface RequestHandlerWithLifecycle
extends com.thetransactioncompany.jsonrpc2.server.RequestHandler
JSON-RPC 2.0 request handler with lifecycle. Extends the basic request
handler interface by providing a start() method for initialising and
allocating resources, such as database connections, and a stop()
method for freeing them when the handler is to be shut down.