Class SupervisingRouteControllerConfiguration

java.lang.Object
org.apache.camel.spring.boot.routecontroller.SupervisingRouteControllerConfiguration

@ConfigurationProperties(prefix="camel.routecontroller") public class SupervisingRouteControllerConfiguration extends Object
  • Constructor Details

    • SupervisingRouteControllerConfiguration

      public SupervisingRouteControllerConfiguration()
  • Method Details

    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)
    • getThreadPoolSize

      public int getThreadPoolSize()
    • setThreadPoolSize

      public void setThreadPoolSize(int threadPoolSize)
    • getInitialDelay

      public long getInitialDelay()
    • setInitialDelay

      public void setInitialDelay(long initialDelay)
    • getBackOffDelay

      public long getBackOffDelay()
    • setBackOffDelay

      public void setBackOffDelay(long backOffDelay)
    • getBackOffMaxDelay

      public long getBackOffMaxDelay()
    • setBackOffMaxDelay

      public void setBackOffMaxDelay(long backOffMaxDelay)
    • getBackOffMaxElapsedTime

      public long getBackOffMaxElapsedTime()
    • setBackOffMaxElapsedTime

      public void setBackOffMaxElapsedTime(long backOffMaxElapsedTime)
    • getBackOffMaxAttempts

      public long getBackOffMaxAttempts()
    • setBackOffMaxAttempts

      public void setBackOffMaxAttempts(long backOffMaxAttempts)
    • getBackOffMultiplier

      public double getBackOffMultiplier()
    • setBackOffMultiplier

      public void setBackOffMultiplier(double backOffMultiplier)
    • getIncludeRoutes

      public String getIncludeRoutes()
    • setIncludeRoutes

      public void setIncludeRoutes(String includeRoutes)
    • getExcludeRoutes

      public String getExcludeRoutes()
    • setExcludeRoutes

      public void setExcludeRoutes(String excludeRoutes)
    • isUnhealthyOnExhausted

      public boolean isUnhealthyOnExhausted()
    • setUnhealthyOnExhausted

      public void setUnhealthyOnExhausted(boolean unhealthyOnExhausted)
    • isUnhealthyOnRestarting

      public boolean isUnhealthyOnRestarting()
    • setUnhealthyOnRestarting

      public void setUnhealthyOnRestarting(boolean unhealthyOnRestarting)