org.granite.client.messaging
Interface TopicAgent

All Known Implementing Classes:
AbstractTopicAgent, Consumer, Producer

public interface TopicAgent

Author:
Franck WOLFF

Method Summary
 MessagingChannel getChannel()
           
 Map<String,Object> getDefaultHeaders()
           
 String getDestination()
           
 String getTopic()
           
 

Method Detail

getChannel

MessagingChannel getChannel()

getDestination

String getDestination()

getTopic

String getTopic()

getDefaultHeaders

Map<String,Object> getDefaultHeaders()