Interface OnDisconnect

All Superinterfaces:
org.apache.curator.framework.state.ConnectionStateListener

public interface OnDisconnect extends org.apache.curator.framework.state.ConnectionStateListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onDisconnect(boolean sessionExpired)
     
    default void
    stateChanged(org.apache.curator.framework.CuratorFramework client, org.apache.curator.framework.state.ConnectionState newState)
     

    Methods inherited from interface org.apache.curator.framework.state.ConnectionStateListener

    doNotProxy
  • Method Details

    • onDisconnect

      void onDisconnect(boolean sessionExpired)
    • stateChanged

      default void stateChanged(org.apache.curator.framework.CuratorFramework client, org.apache.curator.framework.state.ConnectionState newState)
      Specified by:
      stateChanged in interface org.apache.curator.framework.state.ConnectionStateListener