Class SagaComponentConfiguration

java.lang.Object
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.component.saga.springboot.SagaComponentConfiguration

@ConfigurationProperties(prefix="camel.component.saga") public class SagaComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Execute custom actions within a route using the Saga EIP. Generated by camel-package-maven-plugin - do not edit this file!
  • Constructor Details

    • SagaComponentConfiguration

      public SagaComponentConfiguration()
  • Method Details

    • getLazyStartProducer

      public Boolean getLazyStartProducer()
    • setLazyStartProducer

      public void setLazyStartProducer(Boolean lazyStartProducer)
    • getAutowiredEnabled

      public Boolean getAutowiredEnabled()
    • setAutowiredEnabled

      public void setAutowiredEnabled(Boolean autowiredEnabled)