Uses of Interface
org.apache.camel.main.MainShutdownStrategy
-
-
Uses of MainShutdownStrategy in org.apache.camel.main
Classes in org.apache.camel.main that implement MainShutdownStrategy Modifier and Type Class Description classDefaultMainShutdownStrategyImplementation ofMainShutdownStrategythat add a virtual machine shutdown hook to properly stop the main instance.classSimpleMainShutdownStrategyBase class forMainShutdownStrategy.Fields in org.apache.camel.main declared as MainShutdownStrategy Modifier and Type Field Description protected MainShutdownStrategyMainSupport. shutdownStrategyMethods in org.apache.camel.main that return MainShutdownStrategy Modifier and Type Method Description MainShutdownStrategyMainSupport. getShutdownStrategy()Methods in org.apache.camel.main with parameters of type MainShutdownStrategy Modifier and Type Method Description voidMainSupport. setShutdownStrategy(MainShutdownStrategy shutdownStrategy)Set theMainShutdownStrategyused to properly shut-down the main instance.Constructors in org.apache.camel.main with parameters of type MainShutdownStrategy Constructor Description MainDurationEventNotifier(org.apache.camel.CamelContext camelContext, int maxMessages, long maxIdleSeconds, MainShutdownStrategy shutdownStrategy, boolean stopCamelContext, boolean restartDuration, String action)MainLifecycleStrategy(MainShutdownStrategy shutdownStrategy)
-