Interface ManagedLifecycle

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void destroy()
      This method should implement the destroying of the implemented parts of the configuration.
      void init​(SynapseEnvironment se)
      This method should implement the initialization of the implemented parts of the configuration.
    • Method Detail

      • init

        void init​(SynapseEnvironment se)
        This method should implement the initialization of the implemented parts of the configuration.
        Parameters:
        se - SynapseEnvironment to be used for initialization
      • destroy

        void destroy()
        This method should implement the destroying of the implemented parts of the configuration.