public interface ConnectionFactoryEnricher
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ConnectionFactoryEnricher.JmsConsumer<T> |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(com.ibm.mq.jms.MQConnectionFactory connectionFactory)
Consumes a
MQConnectionFactory and configures it as desired. |
default <T> void |
configureOptionally(T value,
ConnectionFactoryEnricher.JmsConsumer<T> consumer) |
void configure(com.ibm.mq.jms.MQConnectionFactory connectionFactory)
throws javax.jms.JMSException
MQConnectionFactory and configures it as desired.connectionFactory - connection factory to enrichjavax.jms.JMSException - If an error occurs when enriching the connection factory.default <T> void configureOptionally(T value,
ConnectionFactoryEnricher.JmsConsumer<T> consumer)
throws javax.jms.JMSException
javax.jms.JMSExceptionCopyright © 2025 MuleSoft, Inc.. All rights reserved.