Uses of Interface
org.apache.camel.spi.ShutdownStrategy

Packages that use ShutdownStrategy
org.apache.camel The core Camel API. 
org.apache.camel.impl Default implementation classes for Camel Core 
 

Uses of ShutdownStrategy in org.apache.camel
 

Methods in org.apache.camel that return ShutdownStrategy
 ShutdownStrategy CamelContext.getShutdownStrategy()
          Gets the current shutdown strategy
 

Methods in org.apache.camel with parameters of type ShutdownStrategy
 void CamelContext.setShutdownStrategy(ShutdownStrategy shutdownStrategy)
          Sets a custom shutdown strategy
 

Uses of ShutdownStrategy in org.apache.camel.impl
 

Classes in org.apache.camel.impl that implement ShutdownStrategy
 class DefaultShutdownStrategy
          Default ShutdownStrategy which uses graceful shutdown.
 

Methods in org.apache.camel.impl that return ShutdownStrategy
 ShutdownStrategy DefaultCamelContext.getShutdownStrategy()
           
 

Methods in org.apache.camel.impl with parameters of type ShutdownStrategy
 void DefaultCamelContext.setShutdownStrategy(ShutdownStrategy shutdownStrategy)
           
 



Apache Camel