Class VmComponentConfiguration

java.lang.Object
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.component.vm.springboot.VmComponentConfiguration

@ConfigurationProperties(prefix="camel.component.vm") public class VmComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Call another endpoint in the same CamelContext asynchronously. Generated by camel-package-maven-plugin - do not edit this file!
  • Constructor Details

    • VmComponentConfiguration

      public VmComponentConfiguration()
  • Method Details

    • getBridgeErrorHandler

      public Boolean getBridgeErrorHandler()
    • setBridgeErrorHandler

      public void setBridgeErrorHandler(Boolean bridgeErrorHandler)
    • getConcurrentConsumers

      public Integer getConcurrentConsumers()
    • setConcurrentConsumers

      public void setConcurrentConsumers(Integer concurrentConsumers)
    • getDefaultPollTimeout

      public Integer getDefaultPollTimeout()
    • setDefaultPollTimeout

      public void setDefaultPollTimeout(Integer defaultPollTimeout)
    • getDefaultBlockWhenFull

      public Boolean getDefaultBlockWhenFull()
    • setDefaultBlockWhenFull

      public void setDefaultBlockWhenFull(Boolean defaultBlockWhenFull)
    • getDefaultDiscardWhenFull

      public Boolean getDefaultDiscardWhenFull()
    • setDefaultDiscardWhenFull

      public void setDefaultDiscardWhenFull(Boolean defaultDiscardWhenFull)
    • getDefaultOfferTimeout

      public Long getDefaultOfferTimeout()
    • setDefaultOfferTimeout

      public void setDefaultOfferTimeout(Long defaultOfferTimeout)
    • getLazyStartProducer

      public Boolean getLazyStartProducer()
    • setLazyStartProducer

      public void setLazyStartProducer(Boolean lazyStartProducer)
    • getAutowiredEnabled

      public Boolean getAutowiredEnabled()
    • setAutowiredEnabled

      public void setAutowiredEnabled(Boolean autowiredEnabled)
    • getDefaultQueueFactory

      public org.apache.camel.component.seda.BlockingQueueFactory<org.apache.camel.Exchange> getDefaultQueueFactory()
    • setDefaultQueueFactory

      public void setDefaultQueueFactory(org.apache.camel.component.seda.BlockingQueueFactory<org.apache.camel.Exchange> defaultQueueFactory)
    • getQueueSize

      public Integer getQueueSize()
    • setQueueSize

      public void setQueueSize(Integer queueSize)