Uses of Class
io.dapr.client.domain.UnsubscribeConfigurationResponse
Packages that use UnsubscribeConfigurationResponse
-
Uses of UnsubscribeConfigurationResponse in io.dapr.client
Methods in io.dapr.client that return types with arguments of type UnsubscribeConfigurationResponseModifier and TypeMethodDescriptionreactor.core.publisher.Mono<UnsubscribeConfigurationResponse>
DaprClientGrpc.unsubscribeConfiguration(UnsubscribeConfigurationRequest request)
Subscribe to the keys for any change.reactor.core.publisher.Mono<UnsubscribeConfigurationResponse>
DaprClientHttp.unsubscribeConfiguration(UnsubscribeConfigurationRequest request)
Subscribe to the keys for any change.reactor.core.publisher.Mono<UnsubscribeConfigurationResponse>
DaprPreviewClient.unsubscribeConfiguration(UnsubscribeConfigurationRequest request)
Subscribe to the keys for any change.reactor.core.publisher.Mono<UnsubscribeConfigurationResponse>
DaprPreviewClient.unsubscribeConfiguration(String id, String storeName)
Subscribe to the keys for any change.