Uses of Class
org.springaicommunity.mcp.method.logging.AbstractMcpLoggingMethodCallback.AbstractBuilder
Packages that use AbstractMcpLoggingMethodCallback.AbstractBuilder
-
Uses of AbstractMcpLoggingMethodCallback.AbstractBuilder in org.springaicommunity.mcp.method.logging
Classes in org.springaicommunity.mcp.method.logging with type parameters of type AbstractMcpLoggingMethodCallback.AbstractBuilderModifier and TypeClassDescriptionprotected static classAbstractMcpLoggingMethodCallback.AbstractBuilder<T extends AbstractMcpLoggingMethodCallback.AbstractBuilder<T,R>, R> Abstract builder for creating McpLoggingConsumerMethodCallback instances.Subclasses of AbstractMcpLoggingMethodCallback.AbstractBuilder in org.springaicommunity.mcp.method.loggingModifier and TypeClassDescriptionstatic classBuilder for creating AsyncMcpLoggingConsumerMethodCallback instances.static classBuilder for creating SyncMcpLoggingConsumerMethodCallback instances.