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

org.reactivecommons.async.impl.config.IBrokerConfigProps Maven / Gradle / Ivy

package org.reactivecommons.async.impl.config;

public interface IBrokerConfigProps {
    String getEventsQueue();

    String getQueriesQueue();

    String getCommandsQueue();

    String getReplyQueue();

    String getAppName();

    String getDomainEventsExchangeName();

    String getDirectMessagesExchangeName();

    java.util.concurrent.atomic.AtomicReference getReplyQueueName();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy