public static interface McpServerSession.NotificationHandler
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<Void> |
handle(McpAsyncServerExchange exchange,
Object params)
Handles a notification from the client.
|
reactor.core.publisher.Mono<Void> handle(McpAsyncServerExchange exchange, Object params)
exchange - the exchange associated with the client that allows calling
back to the connected client or inspecting its capabilities.params - the parameters of the notification.Copyright © 2025. All rights reserved.