Uses of Record Class
io.modelcontextprotocol.spec.McpSchema.LoggingMessageNotification
Packages that use McpSchema.LoggingMessageNotification
Package
Description
-
Uses of McpSchema.LoggingMessageNotification in io.modelcontextprotocol.client
Fields in io.modelcontextprotocol.client with type parameters of type McpSchema.LoggingMessageNotificationModifier and TypeFieldDescriptionstatic final com.fasterxml.jackson.core.type.TypeReference<McpSchema.LoggingMessageNotification>McpAsyncClient.LOGGING_MESSAGE_NOTIFICATION_TYPE_REFMethod parameters in io.modelcontextprotocol.client with type arguments of type McpSchema.LoggingMessageNotificationModifier and TypeMethodDescriptionMcpClient.AsyncSpec.loggingConsumer(Function<McpSchema.LoggingMessageNotification, reactor.core.publisher.Mono<Void>> loggingConsumer) Adds a consumer to be notified when logging messages are received from the server.McpClient.SyncSpec.loggingConsumer(Consumer<McpSchema.LoggingMessageNotification> loggingConsumer) Adds a consumer to be notified when logging messages are received from the server.McpClient.AsyncSpec.loggingConsumers(List<Function<McpSchema.LoggingMessageNotification, reactor.core.publisher.Mono<Void>>> loggingConsumers) Adds multiple consumers to be notified when logging messages are received from the server.McpClient.SyncSpec.loggingConsumers(List<Consumer<McpSchema.LoggingMessageNotification>> loggingConsumers) Adds multiple consumers to be notified when logging messages are received from the server. -
Uses of McpSchema.LoggingMessageNotification in io.modelcontextprotocol.server
Methods in io.modelcontextprotocol.server with parameters of type McpSchema.LoggingMessageNotificationModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Void>McpAsyncServer.loggingNotification(McpSchema.LoggingMessageNotification loggingMessageNotification) Deprecated.reactor.core.publisher.Mono<Void>McpAsyncServerExchange.loggingNotification(McpSchema.LoggingMessageNotification loggingMessageNotification) Send a logging message notification to the client.voidMcpSyncServer.loggingNotification(McpSchema.LoggingMessageNotification loggingMessageNotification) Deprecated.voidMcpSyncServerExchange.loggingNotification(McpSchema.LoggingMessageNotification loggingMessageNotification) Send a logging message notification to the client. -
Uses of McpSchema.LoggingMessageNotification in io.modelcontextprotocol.spec
Methods in io.modelcontextprotocol.spec that return McpSchema.LoggingMessageNotification
McpAsyncServerExchange.loggingNotification(LoggingMessageNotification)instead.