Package net.rubyeye.xmemcached.aws
Interface ConfigUpdateListener
- All Known Implementing Classes:
AWSElasticCacheClient
public interface ConfigUpdateListener
AWS ElasticCache config update event listener.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onUpdate
(ClusterConfiguration config) Called when config is changed.
-
Method Details
-
onUpdate
Called when config is changed.- Parameters:
config
- the new config
-