com.netflix.curator.framework.recipes.shared
Interface SharedValueListener
- All Superinterfaces:
- ConnectionStateListener
public interface SharedValueListener
- extends ConnectionStateListener
Listener for changes to a shared value
valueHasChanged
void valueHasChanged(SharedValueReader sharedValue,
byte[] newValue)
throws Exception
- Called when the shared value has changed
- Parameters:
sharedValue - the shared value instancenewValue - the new value
- Throws:
Exception - errors
Copyright © 2012. All Rights Reserved.