Interface DelayedStateInitialization
- All Known Implementing Classes:
RemoteAgentManagerImpl
public interface DelayedStateInitialization
Indicates the component that carries the state that should be initialized once the node becomes operational.
- Since:
- 9.5
-
Method Summary
-
Method Details
-
init
void init()Initialize the state of the component.
-