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

    Modifier and Type
    Method
    Description
    void
    Initialize the state of the component.
  • Method Details

    • init

      void init()
      Initialize the state of the component.