Uses of Interface
dev.galasa.framework.spi.IDynamicStatusStoreWatcher
Packages that use IDynamicStatusStoreWatcher
-
Uses of IDynamicStatusStoreWatcher in dev.galasa.framework.spi
Methods in dev.galasa.framework.spi with parameters of type IDynamicStatusStoreWatcherModifier and TypeMethodDescriptionIDynamicStatusStoreKeyAccess.watch
(IDynamicStatusStoreWatcher watcher, String key) This method provides a watching service for a key value pair inside properties.IDynamicStatusStoreKeyAccess.watchPrefix
(IDynamicStatusStoreWatcher watcher, String keyPrefix) This method provides a single watch service to watch multiple k-v pairs with a common prefix in there key.