Package io.dapr.client.domain
Class GetConfigurationRequest
java.lang.Object
io.dapr.client.domain.GetConfigurationRequest
Request to get one or more configuration items from Dapr's configuration store.
-
Constructor Summary
ConstructorDescriptionGetConfigurationRequest
(String storeName, List<String> keys) Constructor for GetConfigurationRequest. -
Method Summary
-
Constructor Details
-
GetConfigurationRequest
Constructor for GetConfigurationRequest.- Parameters:
storeName
- Name of the configuration storekeys
- Keys for the configuration objects
-
-
Method Details
-
setMetadata
-
getStoreName
-
getKeys
-
getMetadata
-