All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.reactivecommons.async.rabbit.config.ConnectionFactoryProvider Maven / Gradle / Ivy

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