public interface McpStatelessServerTransport
| Modifier and Type | Method and Description |
|---|---|
default void |
close()
Immediately closes all the transports with connected clients and releases any
associated resources.
|
reactor.core.publisher.Mono<Void> |
closeGracefully()
Gracefully closes all the transports with connected clients and releases any
associated resources asynchronously.
|
default List<String> |
protocolVersions() |
void |
setMcpHandler(McpStatelessServerHandler mcpHandler) |
void setMcpHandler(McpStatelessServerHandler mcpHandler)
default void close()
reactor.core.publisher.Mono<Void> closeGracefully()
Mono that completes when the connections have been closed.Copyright © 2025. All rights reserved.