Interface ApplicationPropertiesManager
- All Known Subinterfaces:
CachingApplicationPropertiesManager
- All Known Implementing Classes:
DefaultApplicationPropertiesManager
,DefaultCachingApplicationPropertiesManager
,PropertySetBackedApplicationPropertiesManager
@Internal
public interface ApplicationPropertiesManager
- Since:
- v9.15
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
boolean
getAll()
getAllKeys
(String keyPrefix) getAllKeys
(String keyPrefix, ApplicationProperty.Type type) save
(ApplicationProperty property)
-
Method Details
-
delete
-
deleteAll
void deleteAll() -
exists
-
get
-
getAll
-
getAllKeys
-
getAllKeys
-
getAllKeys
-
getAllKeys
@Nonnull Stream<String> getAllKeys(@Nonnull String keyPrefix, @Nonnull ApplicationProperty.Type type) -
save
-