Uses of Interface
org.apache.camel.main.MainShutdownStrategy
-
Uses of MainShutdownStrategy in org.apache.camel.main
Classes in org.apache.camel.main that implement MainShutdownStrategyModifier and TypeClassDescriptionclassImplementation ofMainShutdownStrategythat add a virtual machine shutdown hook to properly stop the main instance.classBase class forMainShutdownStrategy.Fields in org.apache.camel.main declared as MainShutdownStrategyMethods in org.apache.camel.main that return MainShutdownStrategyMethods in org.apache.camel.main with parameters of type MainShutdownStrategyModifier and TypeMethodDescriptionvoidMainSupport.setShutdownStrategy(MainShutdownStrategy shutdownStrategy) Set theMainShutdownStrategyused to properly shut-down the main instance.Constructors in org.apache.camel.main with parameters of type MainShutdownStrategyModifierConstructorDescriptionMainDurationEventNotifier(org.apache.camel.CamelContext camelContext, int maxMessages, long maxIdleSeconds, MainShutdownStrategy shutdownStrategy, boolean stopCamelContext, boolean restartDuration, String action) MainLifecycleStrategy(MainShutdownStrategy shutdownStrategy)