Class LoadOnDemandReloadStrategy

All Implemented Interfaces:
AutoCloseable, org.apache.camel.CamelContextAware, org.apache.camel.Service, org.apache.camel.ShutdownableService, org.apache.camel.spi.HasCamelContext, org.apache.camel.spi.ReloadStrategy, org.apache.camel.spi.ResourceReloadStrategy, org.apache.camel.StatefulService, org.apache.camel.StaticService, org.apache.camel.SuspendableService

@ManagedResource(description="Managed LoadOnDemandReloadStrategy") public class LoadOnDemandReloadStrategy extends RouteOnDemandReloadStrategy
Strategy for triggering on-demand loading of Camel routes in a running Camel application. The strategy is triggered on-demand and reload all files provided from external source such as camel-jbang
  • Constructor Details

    • LoadOnDemandReloadStrategy

      public LoadOnDemandReloadStrategy()
  • Method Details