Class MessageReceiverTargetSettings
- java.lang.Object
-
- org.uitnet.testing.smartfwk.ui.core.config.MessageReceiverTargetSettings
-
public class MessageReceiverTargetSettings extends Object
- Author:
- Madhav Krishna
-
-
Constructor Summary
Constructors Constructor Description MessageReceiverTargetSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>getAdditionalProps()MessageContentTypegetContentType()IntegergetListenerPort()StringgetOtherContentType()StringgetQueueName()StringgetTopicName()voidsetAdditionalProps(Map<String,Object> additionalProps)voidsetContentType(String contentType)voidsetListenerPort(Integer listenerPort)voidsetOtherContentType(String otherContentType)voidsetQueueName(String queueName)voidsetTopicName(String topicName)
-
-
-
Method Detail
-
getListenerPort
public Integer getListenerPort()
-
setListenerPort
public void setListenerPort(Integer listenerPort)
-
getTopicName
public String getTopicName()
-
setTopicName
public void setTopicName(String topicName)
-
getQueueName
public String getQueueName()
-
setQueueName
public void setQueueName(String queueName)
-
getContentType
public MessageContentType getContentType()
-
setContentType
public void setContentType(String contentType)
-
getOtherContentType
public String getOtherContentType()
-
setOtherContentType
public void setOtherContentType(String otherContentType)
-
-