Interface ContextReloadStrategy
- All Superinterfaces:
AutoCloseable, CamelContextAware, HasCamelContext, ReloadStrategy, Service, StaticService
SPI strategy for reloading a running
CamelContext in place.
Reloading is limited to all routes and property placeholders; general services in the CamelContext are not
reloaded. This is the context-wide counterpart to ResourceReloadStrategy (which reloads from changed
resources) and builds on the generic ReloadStrategy.
See Context Reload in the Camel user manual.- Since:
- 3.19
- See Also:
-
Method Summary
Methods inherited from interface CamelContextAware
setCamelContextMethods inherited from interface HasCamelContext
getCamelContextMethods inherited from interface ReloadStrategy
getFailedCounter, getLastError, getReloadCounter, onReload, resetCounters