Package org.apache.camel.spi
Interface ContextReloadStrategy
-
- All Superinterfaces:
AutoCloseable,CamelContextAware,ReloadStrategy,Service,StaticService
public interface ContextReloadStrategy extends ReloadStrategy
SPI strategy for reloadingCamelContext. The reloading is limited to all routes and property placeholders. General services in theCamelContextis not reloaded.- See Also:
ResourceReloadStrategy
-
-
Method Summary
-
Methods inherited from interface org.apache.camel.CamelContextAware
getCamelContext, setCamelContext
-
Methods inherited from interface org.apache.camel.spi.ReloadStrategy
getFailedCounter, getReloadCounter, onReload, resetCounters
-
-