com.ibm.mq.spring.boot

Interface MQConnectionFactoryCustomizer

  • 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 MQConnectionFactoryCustomizer
    Callback interface that can be implemented by beans wishing to customize the MQConnectionFactory while retaining default auto-configuration.
    • Method Detail

      • customize

        void customize(com.ibm.mq.jms.MQConnectionFactory factory)
        Customize the MQConnectionFactory.
        Parameters:
        factory - the factory to customize