Uses of Interface
io.modelcontextprotocol.spec.McpClientSession.RequestHandler
Packages that use McpClientSession.RequestHandler
-
Uses of McpClientSession.RequestHandler in io.modelcontextprotocol.spec
Constructor parameters in io.modelcontextprotocol.spec with type arguments of type McpClientSession.RequestHandlerModifierConstructorDescriptionMcpClientSession(Duration requestTimeout, McpClientTransport transport, Map<String, McpClientSession.RequestHandler<?>> requestHandlers, Map<String, McpClientSession.NotificationHandler> notificationHandlers) Deprecated.McpClientSession(Duration requestTimeout, McpClientTransport transport, Map<String, McpClientSession.RequestHandler<?>> requestHandlers, Map<String, McpClientSession.NotificationHandler> notificationHandlers, Function<? super reactor.core.publisher.Mono<Void>, ? extends org.reactivestreams.Publisher<Void>> connectHook) Creates a new McpClientSession with the specified configuration and handlers.
McpClientSession(Duration, McpClientTransport, Map, Map, Function)