Uses of Record Class
io.modelcontextprotocol.spec.McpSchema.ProgressNotification
Packages that use McpSchema.ProgressNotification
-
Uses of McpSchema.ProgressNotification in io.modelcontextprotocol.client
Fields in io.modelcontextprotocol.client with type parameters of type McpSchema.ProgressNotificationModifier and TypeFieldDescriptionstatic final com.fasterxml.jackson.core.type.TypeReference<McpSchema.ProgressNotification>McpAsyncClient.PROGRESS_NOTIFICATION_TYPE_REFMethod parameters in io.modelcontextprotocol.client with type arguments of type McpSchema.ProgressNotificationModifier and TypeMethodDescriptionMcpClient.AsyncSpec.progressConsumer(Function<McpSchema.ProgressNotification, reactor.core.publisher.Mono<Void>> progressConsumer) Adds a consumer to be notified of progress notifications from the server.McpClient.SyncSpec.progressConsumer(Consumer<McpSchema.ProgressNotification> progressConsumer) Adds a consumer to be notified of progress notifications from the server.McpClient.AsyncSpec.progressConsumers(List<Function<McpSchema.ProgressNotification, reactor.core.publisher.Mono<Void>>> progressConsumers) Adds a multiple consumers to be notified of progress notifications from the server.McpClient.SyncSpec.progressConsumers(List<Consumer<McpSchema.ProgressNotification>> progressConsumers) Adds a multiple consumers to be notified of progress notifications from the server. -
Uses of McpSchema.ProgressNotification in io.modelcontextprotocol.server
Methods in io.modelcontextprotocol.server with parameters of type McpSchema.ProgressNotificationModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Void>McpAsyncServerExchange.progressNotification(McpSchema.ProgressNotification progressNotification) Sends a notification to the client that the current progress status has changed for long-running operations.voidMcpSyncServerExchange.progressNotification(McpSchema.ProgressNotification progressNotification) Sends a notification to the client that the current progress status has changed for long-running operations.