Uses of Class
io.dapr.client.domain.SubscribeConfigurationResponse
Packages that use SubscribeConfigurationResponse
-
Uses of SubscribeConfigurationResponse in io.dapr.client
Methods in io.dapr.client that return types with arguments of type SubscribeConfigurationResponseModifier and TypeMethodDescriptionreactor.core.publisher.Flux<SubscribeConfigurationResponse>
DaprClient.subscribeConfiguration
(SubscribeConfigurationRequest request) Subscribe to the keys for any change.reactor.core.publisher.Flux<SubscribeConfigurationResponse>
DaprClient.subscribeConfiguration
(String storeName, String... keys) Subscribe to the keys for any change.reactor.core.publisher.Flux<SubscribeConfigurationResponse>
Subscribe to the keys for any change.reactor.core.publisher.Flux<SubscribeConfigurationResponse>
DaprClientImpl.subscribeConfiguration
(SubscribeConfigurationRequest request) Subscribe to the keys for any change.