Interface ResourceReloadStrategy
- All Superinterfaces:
AutoCloseable, CamelContextAware, HasCamelContext, ReloadStrategy, Service, StaticService
SPI strategy for reloading
Resource in an existing running CamelContext- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGets the resource listener that is triggered on reload.voidsetResourceReload(ResourceReload listener) Sets the resource listener to trigger on reload.Methods inherited from interface CamelContextAware
setCamelContextMethods inherited from interface HasCamelContext
getCamelContextMethods inherited from interface ReloadStrategy
getFailedCounter, getLastError, getReloadCounter, onReload, resetCounters
-
Method Details
-
getResourceReload
ResourceReload getResourceReload()Gets the resource listener that is triggered on reload. -
setResourceReload
Sets the resource listener to trigger on reload.
-