Class NameConfiguration
- java.lang.Object
-
- org.smallmind.phalanx.wire.amqp.rabbitmq.NameConfiguration
-
public class NameConfiguration extends Object
-
-
Constructor Summary
Constructors Constructor Description NameConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetRequestExchange()StringgetResponseExchange()StringgetResponseQueue()StringgetShoutQueue()StringgetTalkQueue()StringgetWhisperQueue()voidsetRequestExchange(String requestExchange)voidsetResponseExchange(String responseExchange)voidsetResponseQueue(String responseQueue)voidsetShoutQueue(String shoutQueue)voidsetTalkQueue(String talkQueue)voidsetWhisperQueue(String whisperQueue)
-
-
-
Method Detail
-
getRequestExchange
public String getRequestExchange()
-
setRequestExchange
public void setRequestExchange(String requestExchange)
-
getResponseExchange
public String getResponseExchange()
-
setResponseExchange
public void setResponseExchange(String responseExchange)
-
getResponseQueue
public String getResponseQueue()
-
setResponseQueue
public void setResponseQueue(String responseQueue)
-
getShoutQueue
public String getShoutQueue()
-
setShoutQueue
public void setShoutQueue(String shoutQueue)
-
getTalkQueue
public String getTalkQueue()
-
setTalkQueue
public void setTalkQueue(String talkQueue)
-
getWhisperQueue
public String getWhisperQueue()
-
setWhisperQueue
public void setWhisperQueue(String whisperQueue)
-
-