T - transport-specific representation of the request which allows extracting
metadata for use in the MCP features implementations.public interface McpTransportContextExtractor<T>
T.| 限定符和类型 | 方法和说明 |
|---|---|
McpTransportContext |
extract(T request)
Extract transport-specific metadata from the request into an McpTransportContext.
|
McpTransportContext extract(T request)
request - the generic representation for the request in the context of a
specific transport implementation