Uses of Interface
io.modelcontextprotocol.spec.McpServerSession.InitNotificationHandler
Packages that use McpServerSession.InitNotificationHandler
-
Uses of McpServerSession.InitNotificationHandler in io.modelcontextprotocol.spec
Constructors in io.modelcontextprotocol.spec with parameters of type McpServerSession.InitNotificationHandlerModifierConstructorDescriptionMcpServerSession(String id, Duration requestTimeout, McpServerTransport transport, McpInitRequestHandler initHandler, McpServerSession.InitNotificationHandler initNotificationHandler, Map<String, McpRequestHandler<?>> requestHandlers, Map<String, McpNotificationHandler> notificationHandlers) Deprecated.
McpServerSession(String, Duration, McpServerTransport, McpInitRequestHandler, Map, Map)