public interface

PreConnectCallback

org.apache.helix.PreConnectCallback

Class Overview

Called to allow definition of tasks prior to connecting to Zookeeper

Summary

Public Methods
abstract void onPreConnect()
Callback function that is called by HelixManager before connected to zookeeper.

Public Methods

public abstract void onPreConnect ()

Callback function that is called by HelixManager before connected to zookeeper. If exception are thrown HelixManager will not connect and no live instance is created

See Also
  • ZkHelixManager#handleNewSessionAsParticipant()