Interface Registry

    • Method Detail

      • shutdown

        void shutdown()
        Shuts down a Registry instance. Notifies all listeners that the registry has shutdown. Further method invocations on the Registry are no longer allowed, and the Registry instance should be discarded.
        See Also:
        RegistryShutdownHub, RegistryShutdownListener
      • performRegistryStartup

        void performRegistryStartup()
        Invoked to eagerly load services marked with the EagerLoad annotation, and to execute all contributions to the Startup service.