Uses of Class
dev.getelements.elements.rt.jrpc.JsonRpcRequest
Packages that use JsonRpcRequest
Package
Description
-
Uses of JsonRpcRequest in dev.getelements.elements.jrpc
Methods in dev.getelements.elements.jrpc with parameters of type JsonRpcRequestModifier and TypeMethodDescriptionvoid
JsonRpcResource.invoke
(JsonRpcRequest jsonRpcRequest, jakarta.ws.rs.container.AsyncResponse asyncResponse) void
JsonRpcHttpRedirectionStrategy.redirect
(JsonRpcRequest jsonRpcRequest, Throwable original, Consumer<Object> responseConsumer, Consumer<Throwable> throwableConsumer) void
JsonRpcRedirectionStrategy.redirect
(JsonRpcRequest jsonRpcRequest, Throwable original, Consumer<Object> response, Consumer<Throwable> error) Redirects the JSON-RPC request. -
Uses of JsonRpcRequest in dev.getelements.elements.rt
Methods in dev.getelements.elements.rt with parameters of type JsonRpcRequestModifier and TypeMethodDescriptionSimpleJsonRpcInvocationService.resolve
(JsonRpcRequest jsonRpcRequest) -
Uses of JsonRpcRequest in dev.getelements.elements.rt.jrpc
Methods in dev.getelements.elements.rt.jrpc with parameters of type JsonRpcRequestModifier and TypeMethodDescriptionJsonRpcInvocationService.resolve
(JsonRpcRequest jsonRpcRequest) Returns an instance ofJsonRpcInvocationService.InvocationResolution
given theJsonRpcRequest
.