Uses of Interface
org.springframework.ai.mcp.customizer.McpAsyncClientCustomizer
Packages that use McpAsyncClientCustomizer
Package
Description
-
Uses of McpAsyncClientCustomizer in org.springframework.ai.mcp.client.common.autoconfigure
Methods in org.springframework.ai.mcp.client.common.autoconfigure that return McpAsyncClientCustomizerModifier and TypeMethodDescriptionMcpClientAutoConfiguration.mcpAnnotationMcpAsyncClientCustomizer
(List<org.springaicommunity.mcp.method.logging.AsyncLoggingSpecification> loggingSpecs, List<org.springaicommunity.mcp.method.sampling.AsyncSamplingSpecification> samplingSpecs, List<org.springaicommunity.mcp.method.elicitation.AsyncElicitationSpecification> elicitationSpecs, List<org.springaicommunity.mcp.method.progress.AsyncProgressSpecification> progressSpecs, List<org.springaicommunity.mcp.method.changed.tool.AsyncToolListChangedSpecification> toolListChangedSpecs, List<org.springaicommunity.mcp.method.changed.resource.AsyncResourceListChangedSpecification> resourceListChangedSpecs, List<org.springaicommunity.mcp.method.changed.prompt.AsyncPromptListChangedSpecification> promptListChangedSpecs) -
Uses of McpAsyncClientCustomizer in org.springframework.ai.mcp.client.common.autoconfigure.annotations
Classes in org.springframework.ai.mcp.client.common.autoconfigure.annotations that implement McpAsyncClientCustomizer -
Uses of McpAsyncClientCustomizer in org.springframework.ai.mcp.client.common.autoconfigure.configurer
Constructor parameters in org.springframework.ai.mcp.client.common.autoconfigure.configurer with type arguments of type McpAsyncClientCustomizerModifierConstructorDescriptionMcpAsyncClientConfigurer
(List<McpAsyncClientCustomizer> customizers)