Interface AfterLocalNodeStartup
-
public interface AfterLocalNodeStartup
Interface forStage
s to implement if they wish to be notified after the local AIE node has been started.This interface does not make any guarantees about other nodes or services within this node such as searchability of the index, etc.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
afterLocalNodeStartup()
Called after the local AIE node has been started.
-
-
-
Method Detail
-
afterLocalNodeStartup
void afterLocalNodeStartup() throws AttivioException
Called after the local AIE node has been started.- Throws:
AttivioException
-
-