Search in sources :

Example 1 with ServerShutdownSplashScreen

use of org.mule.runtime.core.internal.util.splash.ServerShutdownSplashScreen in project mule by mulesoft.

the class DefaultMuleContext method buildShutdownSplash.

private SplashScreen buildShutdownSplash() {
    SplashScreen shutdownScreen = config.isContainerMode() ? new ArtifactShutdownSplashScreen() : new ServerShutdownSplashScreen();
    shutdownScreen.setHeader(this);
    return shutdownScreen;
}
Also used : ArtifactShutdownSplashScreen(org.mule.runtime.core.internal.util.splash.ArtifactShutdownSplashScreen) SplashScreen(org.mule.runtime.core.internal.util.splash.SplashScreen) ServerStartupSplashScreen(org.mule.runtime.core.internal.util.splash.ServerStartupSplashScreen) ArtifactShutdownSplashScreen(org.mule.runtime.core.internal.util.splash.ArtifactShutdownSplashScreen) ServerShutdownSplashScreen(org.mule.runtime.core.internal.util.splash.ServerShutdownSplashScreen) ArtifactStartupSplashScreen(org.mule.runtime.core.internal.util.splash.ArtifactStartupSplashScreen) ServerShutdownSplashScreen(org.mule.runtime.core.internal.util.splash.ServerShutdownSplashScreen)

Aggregations

ArtifactShutdownSplashScreen (org.mule.runtime.core.internal.util.splash.ArtifactShutdownSplashScreen)1 ArtifactStartupSplashScreen (org.mule.runtime.core.internal.util.splash.ArtifactStartupSplashScreen)1 ServerShutdownSplashScreen (org.mule.runtime.core.internal.util.splash.ServerShutdownSplashScreen)1 ServerStartupSplashScreen (org.mule.runtime.core.internal.util.splash.ServerStartupSplashScreen)1 SplashScreen (org.mule.runtime.core.internal.util.splash.SplashScreen)1