Package org.apache.curator.framework.state
package org.apache.curator.framework.state
-
ClassDescriptionA proxy for connection state listeners that adds circuit breaking behavior.Represents state changes in the connection to ZKRecipes should use the configured error policy to decide how to handle errors such as
ConnectionState
changes.Used internally to manage connection stateThis policy treats onlyConnectionState.LOST
as an errorThis policy treatsConnectionState.SUSPENDED
andConnectionState.LOST
as errors