Package org.symphonyoss.s2.fugue.pubsub
Interface IQueueSender
-
public interface IQueueSenderA component capable of sending messages to a queue.- Author:
- Bruce Skingle
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsendMessage(IPubSubMessage pubSubMessage)Send the given message to the queue.
-
-
-
Method Detail
-
sendMessage
void sendMessage(IPubSubMessage pubSubMessage)
Send the given message to the queue.- Parameters:
pubSubMessage- A message to be sent.
-
-