Class DruidHookDispatcher

java.lang.Object
org.apache.druid.sql.hook.DruidHookDispatcher

public class DruidHookDispatcher extends Object
Dispatcher for Druid hooks. A single instance should live in the system and be used to dispatch hooks. Usual way to dispatch should be via PlannerContext.dispatchHook(HookKey, Object). Access to this class is also possible thru DruidConnectionExtras.