T - Response type@FunctionalInterface public static interface DefaultMcpSession.RequestHandler<T>
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<T> |
handle(Object params)
Handles an incoming request with the given parameters.
|
Copyright © 2025. All rights reserved.