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

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

There is a newer version: 5.2.2
Show newest version
package org.reactivecommons.async.commons.config;

public interface IBrokerConfigProps {
    String getEventsQueue();

    String getNotificationsQueue();

    String getQueriesQueue();

    String getCommandsQueue();

    String getReplyQueue();

    String getDomainEventsExchangeName();

    String getDirectMessagesExchangeName();

    String getGlobalReplyExchangeName();

    String getAppName();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy