@Configuration
public class BrokerConfigProps
extends java.lang.Object
implements org.reactivecommons.async.impl.config.IBrokerConfigProps
| Constructor and Description |
|---|
BrokerConfigProps() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCommandsQueue() |
java.lang.String |
getDirectMessagesExchangeName() |
java.lang.String |
getDomainEventsExchangeName() |
java.lang.String |
getEventsQueue() |
java.lang.String |
getQueriesQueue() |
java.lang.String |
getReplyQueue() |
public java.lang.String getEventsQueue()
getEventsQueue in interface org.reactivecommons.async.impl.config.IBrokerConfigPropspublic java.lang.String getQueriesQueue()
getQueriesQueue in interface org.reactivecommons.async.impl.config.IBrokerConfigPropspublic java.lang.String getCommandsQueue()
getCommandsQueue in interface org.reactivecommons.async.impl.config.IBrokerConfigPropspublic java.lang.String getReplyQueue()
getReplyQueue in interface org.reactivecommons.async.impl.config.IBrokerConfigPropspublic java.lang.String getDomainEventsExchangeName()
getDomainEventsExchangeName in interface org.reactivecommons.async.impl.config.IBrokerConfigPropspublic java.lang.String getDirectMessagesExchangeName()
getDirectMessagesExchangeName in interface org.reactivecommons.async.impl.config.IBrokerConfigProps