
org.reactivecommons.async.impl.config.ConnectionFactoryProvider Maven / Gradle / Ivy
package org.reactivecommons.async.impl.config;
import com.rabbitmq.client.ConnectionFactory;
@FunctionalInterface
public interface ConnectionFactoryProvider {
ConnectionFactory getConnectionFactory();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy