Class AbstractCamelProducerTemplateFactoryBean

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

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

      • AbstractCamelProducerTemplateFactoryBean

        public AbstractCamelProducerTemplateFactoryBean()
    • Method Detail

      • 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