Interface NodeConfiguration
- All Known Implementing Classes:
NodeConfigurationImpl
public interface NodeConfiguration
This class allow to provide a configuration for the current node
We should be able to have one different per node
- Author:
- Baptiste Mesta, Matthieu Chaffotte, Celine Souchet
-
Method Summary
Modifier and TypeMethodDescriptionHandlers called on restart of the platformboolean
-
Method Details
-
getPlatformRestartHandlers
List<PlatformRestartHandler> getPlatformRestartHandlers()Handlers called on restart of the platform -
shouldClearSessions
boolean shouldClearSessions()- Returns:
- true if the sessions should be cleaned when the node is stopped
-