Interface ContextReloadStrategy

All Superinterfaces:
AutoCloseable, CamelContextAware, HasCamelContext, ReloadStrategy, Service, StaticService

public interface ContextReloadStrategy extends ReloadStrategy
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: