Class GetConfigurationRequest

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

public class GetConfigurationRequest extends Object
Request to get one or more configuration items from Dapr's configuration store.
  • Constructor Details

    • GetConfigurationRequest

      public GetConfigurationRequest(String storeName, List<String> keys)
      Constructor for GetConfigurationRequest.
      Parameters:
      storeName - Name of the configuration store
      keys - Keys for the configuration objects
  • Method Details