public interface JCSMPSendMultipleEntry
Modifier and Type | Method and Description |
---|---|
Destination |
getDestination()
Gets the destination to send the message to.
|
XMLMessage |
getMessage()
Gets the message to send.
|
JCSMPSendMultipleEntry |
setDestination(Destination pubdest)
Sets the destination to send the message to.
|
JCSMPSendMultipleEntry |
setMessage(XMLMessage message)
Sets the message to send.
|
XMLMessage getMessage()
JCSMPSendMultipleEntry setMessage(XMLMessage message)
message
- The message to send.Destination getDestination()
JCSMPSendMultipleEntry setDestination(Destination pubdest)
pubdest
- The destination to send the message to.Copyright 2004-2024 Solace Corporation. All rights reserved.