Class AbstractCamelFluentProducerTemplateFactoryBean

  • All Implemented Interfaces:
    org.apache.camel.CamelContextAware

    public abstract class AbstractCamelFluentProducerTemplateFactoryBean
    extends AbstractCamelFactoryBean<org.apache.camel.FluentProducerTemplate>
    A factory for creating a new FluentProducerTemplate instance with a minimum of XML
    • Constructor Detail

      • AbstractCamelFluentProducerTemplateFactoryBean

        public AbstractCamelFluentProducerTemplateFactoryBean()
    • Method Detail

      • getObjectType

        public Class<org.apache.camel.impl.engine.DefaultFluentProducerTemplate> getObjectType()
        Specified by:
        getObjectType in class AbstractCamelFactoryBean<org.apache.camel.FluentProducerTemplate>
      • getDefaultEndpoint

        public String getDefaultEndpoint()
      • setDefaultEndpoint

        public void setDefaultEndpoint​(String defaultEndpoint)
        Sets the default endpoint URI used by default for sending message exchanges
      • getMaximumCacheSize

        public Integer getMaximumCacheSize()
      • setMaximumCacheSize

        public void setMaximumCacheSize​(Integer maximumCacheSize)
        Sets a custom maximum cache size to use in the backing cache pools.
        Parameters:
        maximumCacheSize - the custom maximum cache size