public interface TopicAgent
| Modifier and Type | Method and Description |
|---|---|
MessagingChannel |
getChannel()
Messaging channel to which the agent is attached
|
java.util.Map<java.lang.String,java.lang.Object> |
getDefaultHeaders()
Default headers added to all messages sent by this agent
|
java.lang.String |
getDestination()
Name of the remote destination for the topic
|
java.lang.String |
getTopic()
Subtopic for the remote topic
|
MessagingChannel getChannel()
java.lang.String getDestination()
java.lang.String getTopic()
java.util.Map<java.lang.String,java.lang.Object> getDefaultHeaders()