类的使用
io.github.a2ap.core.jsonrpc.JSONRPCRequest
使用JSONRPCRequest的程序包
-
io.github.a2ap.core.jsonrpc中JSONRPCRequest的使用
-
io.github.a2ap.core.server中JSONRPCRequest的使用
参数类型为JSONRPCRequest的io.github.a2ap.core.server中的方法修饰符和类型方法说明Dispatcher.dispatch(JSONRPCRequest request) Dispatches a JSON-RPC request for synchronous processing.reactor.core.publisher.Flux<JSONRPCResponse>Dispatcher.dispatchStream(JSONRPCRequest request) Dispatches a JSON-RPC request for streaming/asynchronous processing. -
io.github.a2ap.core.server.impl中JSONRPCRequest的使用
修饰符和类型方法说明DefaultDispatcher.dispatch(JSONRPCRequest request) Dispatches a JSON-RPC request for synchronous processing.reactor.core.publisher.Flux<JSONRPCResponse>DefaultDispatcher.dispatchStream(JSONRPCRequest request) Dispatches a JSON-RPC request for streaming/asynchronous processing.