Class ArtifactHandlerConfigListener


  • public class ArtifactHandlerConfigListener
    extends Object
    This listener runs during the startup phase to synchronize artifact handlers configuration and available artifact handlers. If there is artifact handler which exists, but isn't mentioned in configuration it should be added there. In case it's 'default' artifact handler it will be added and enabled If it's not 'default' artifact handler it will be added and disabled. Admin can enable it manually at UI.
    • Constructor Detail

      • ArtifactHandlerConfigListener

        public ArtifactHandlerConfigListener()
    • Method Detail

      • onServerStarted

        @EventListener
        public void onServerStarted​(ServerStartedEvent event)