Interface ContextReloadStrategy

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

public interface ContextReloadStrategy extends ReloadStrategy
SPI strategy for reloading CamelContext. The reloading is limited to all routes and property placeholders. General services in the CamelContext is not reloaded.
See Also: