public interface McpStatelessNotificationHandler
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<Void> |
handle(McpTransportContext transportContext,
Object params)
Handle to notification and complete once done.
|
reactor.core.publisher.Mono<Void> handle(McpTransportContext transportContext, Object params)
transportContext - McpTransportContext associated with the transportparams - the payload of the MCP notificationCopyright © 2025. All rights reserved.