Uses of Interface
org.apache.camel.spi.ShutdownStrategy
-
Packages that use ShutdownStrategy Package Description org.apache.camel The core Camel API. -
-
Uses of ShutdownStrategy in org.apache.camel
Methods in org.apache.camel that return ShutdownStrategy Modifier and Type Method Description ShutdownStrategyCamelContext. getShutdownStrategy()Gets the current shutdown strategy.Methods in org.apache.camel with parameters of type ShutdownStrategy Modifier and Type Method Description voidCamelContext. setShutdownStrategy(ShutdownStrategy shutdownStrategy)Sets a custom shutdown strategy
-