Class SubscribeConfigurationRequest

java.lang.Object
io.dapr.client.domain.SubscribeConfigurationRequest

public class SubscribeConfigurationRequest extends Object
Request to subscribe to one or more configuration items.
  • Constructor Details

    • SubscribeConfigurationRequest

      public SubscribeConfigurationRequest(String storeName, List<String> keys)
      Constructor for SubscribeConfigurationRequest.
      Parameters:
      storeName - Name of the configuration store
      keys - Keys of the configurations values to subscribe to
  • Method Details