Interface ResourceReloadStrategy

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

public interface ResourceReloadStrategy extends ReloadStrategy
SPI strategy for reloading Resource in an existing running CamelContext
See Also:
  • Method Details

    • getResourceReload

      ResourceReload getResourceReload()
      Gets the resource listener that is triggered on reload.
    • setResourceReload

      void setResourceReload(ResourceReload listener)
      Sets the resource listener to trigger on reload.