|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ReliableTransmitter
The ReliableTransmitter
is used by an AcquisitionHandler
or
an AcquisitionDaemon
to transmit acquired messages to the MOM.
Method Summary | |
---|---|
void |
transmit(java.util.List messages,
java.lang.String messagesId)
Transmits a list of messages to the MOM in a reliable way: messages have been persisted when the method returns and therefore can be safely acknowledged. |
void |
transmit(Message message,
java.lang.String messageId)
Transmits a message to the MOM in a reliable way: message has been persisted when the method returns and therefore can be safely acknowledged. |
Method Detail |
---|
void transmit(Message message, java.lang.String messageId)
null
if such duplicates are tolerated.
message
- the message to transmitmessageId
- the unique ID of the transmitted messagevoid transmit(java.util.List messages, java.lang.String messagesId)
null
if such duplicates are tolerated.
messages
- the messages to transmitmessagesId
- a unique ID for the list of transmitted messages.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |