Uses of Record Class
io.modelcontextprotocol.spec.McpSchema.ElicitationCompleteNotification
Packages that use McpSchema.ElicitationCompleteNotification
-
Uses of McpSchema.ElicitationCompleteNotification in io.modelcontextprotocol.client
Fields in io.modelcontextprotocol.client with type parameters of type McpSchema.ElicitationCompleteNotificationModifier and TypeFieldDescriptionstatic final TypeRef<McpSchema.ElicitationCompleteNotification>McpAsyncClient.ELICITATION_COMPLETE_NOTIFICATION_TYPE_REFMethod parameters in io.modelcontextprotocol.client with type arguments of type McpSchema.ElicitationCompleteNotificationModifier and TypeMethodDescriptionMcpClient.AsyncSpec.elicitationCompleteConsumer(Function<McpSchema.ElicitationCompleteNotification, reactor.core.publisher.Mono<Void>> elicitationCompleteConsumer) Adds a consumer to be notified by the server when an URL elicitation is complete.McpClient.SyncSpec.elicitationCompleteConsumer(Consumer<McpSchema.ElicitationCompleteNotification> elicitationCompleteConsumer) Adds a consumer to be notified by the server when an URL elicitation is complete.McpClient.AsyncSpec.elicitationCompleteConsumers(List<Function<McpSchema.ElicitationCompleteNotification, reactor.core.publisher.Mono<Void>>> elicitationCompleteConsumers) Adds multiple consumers to be notified by the server when an URL elicitation is complete.McpClient.SyncSpec.elicitationCompleteConsumers(List<Consumer<McpSchema.ElicitationCompleteNotification>> elicitationCompleteConsumers) Adds multiple consumers to be notified by the server when an URL elicitation is complete. -
Uses of McpSchema.ElicitationCompleteNotification in io.modelcontextprotocol.server
Methods in io.modelcontextprotocol.server with parameters of type McpSchema.ElicitationCompleteNotificationModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Void>McpAsyncServer.sendElicitationComplete(String sessionId, McpSchema.ElicitationCompleteNotification notification) Sends an elicitation complete notification to a specific client session, indicating that an out-of-band URL elicitation interaction has completed.voidMcpSyncServer.sendElicitationComplete(String sessionId, McpSchema.ElicitationCompleteNotification notification) Sends an elicitation complete notification to a specific client session, indicating that an out-of-band URL elicitation interaction has completed.