Class AbstractBootstrapService

    • Constructor Detail

      • AbstractBootstrapService

        public AbstractBootstrapService()
    • Method Detail

      • cleanup

        public void cleanup()
        Description copied from interface: Service
        Called by Weld when it is shutting down, allowing the service to perform any cleanup needed.
        Specified by:
        cleanup in interface Service