Package 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.
Callback interface that can be implemented by beans wishing to customize the
MQConnectionFactory while retaining default auto-configuration.-
Method Summary
Modifier and TypeMethodDescriptionvoidcustomize(com.ibm.mq.jakarta.jms.MQConnectionFactory factory) Customize theMQConnectionFactory.
-
Method Details
-
customize
void customize(com.ibm.mq.jakarta.jms.MQConnectionFactory factory) Customize theMQConnectionFactory.- Parameters:
factory- the factory to customize
-