Interface AMQP10JMSConnectionFactoryCustomizer

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface AMQP10JMSConnectionFactoryCustomizer
Functional interface that allows for user overrides of the configured options for the Qpid JMS JmsConnectionFactory to be created by this starter.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    customize(org.apache.qpid.jms.JmsConnectionFactory factory)
    Customize the Qpid JMS JmsConnectionFactory.
  • Method Details

    • customize

      void customize(org.apache.qpid.jms.JmsConnectionFactory factory)
      Customize the Qpid JMS JmsConnectionFactory.
      Parameters:
      factory - the Qpid JMS ConnectionFactory to customize