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

org.fabric3.binding.activemq.provider.BrokerHelper Maven / Gradle / Ivy

package org.fabric3.binding.activemq.provider;

/**
 * Helper for creating embedded brokers
 */
public interface BrokerHelper {

    /**
     * Returns the default broker name.
     *
     * @return the default broker name
     */
    String getDefaultBrokerName();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy