Uses of Interface
io.helidon.webserver.jsonrpc.JsonRpcErrorHandler
Packages that use JsonRpcErrorHandler
-
Uses of JsonRpcErrorHandler in io.helidon.webserver.jsonrpc
Methods in io.helidon.webserver.jsonrpc that return types with arguments of type JsonRpcErrorHandlerModifier and TypeMethodDescriptionJsonRpcHandlers.BuilderBase.errorHandler()Get access to the error handler, if registered.JsonRpcHandlers.BuilderBase.JsonRpcHandlersImpl.errorHandler()JsonRpcHandlers.errorHandler()Get access to the error handler, if registered.Methods in io.helidon.webserver.jsonrpc with parameters of type JsonRpcErrorHandlerModifier and TypeMethodDescriptionJsonRpcHandlers.BuilderBase.errorHandler(JsonRpcErrorHandler errorHandler) Get access to the error handler, if registered.