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