
org.reactivecommons.async.rabbit.config.ConnectionFactoryProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of async-rabbit Show documentation
Show all versions of async-rabbit Show documentation
Abstract your broker with semantic async messages
The newest version!
package org.reactivecommons.async.rabbit.config;
import com.rabbitmq.client.ConnectionFactory;
@FunctionalInterface
public interface ConnectionFactoryProvider {
ConnectionFactory getConnectionFactory();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy