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 Summary

    Modifier and Type
    Method
    Description
    void
    customize(com.ibm.mq.jakarta.jms.MQConnectionFactory factory)
    Customize the MQConnectionFactory.
  • Method Details

    • customize

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