Package io.dapr.client.domain
Class ConfigurationItem
java.lang.Object
io.dapr.client.domain.ConfigurationItem
A configuration item from Dapr's configuration store.
-
Constructor Details
-
ConfigurationItem
Constructor for a configuration Item.- Parameters:
key
- key of the configuration itemvalue
- value for the provided keyversion
- version of the configuration itemmetadata
- additional information
-
ConfigurationItem
Constructor for a configuration Item.- Parameters:
key
- key of the configuration itemvalue
- value for the provided keyversion
- version of the configuration item
-
-
Method Details
-
getKey
-
getValue
-
getVersion
-
getMetadata
-