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