public interface MessageAccumulator
Messages or/and
DataReceivedEvents to commit later all at once or to add to transaction.| Modifier and Type | Method and Description |
|---|---|
void |
add(DataReceivedEvent event)
Adds a
DataReceivedEvent to commit all its messages later or to add to transaction |
void |
add(Message message)
Adds a
Message to commit it later or to add to transaction |
void add(Message message)
Message to commit it later or to add to transactionmessage - a Messagevoid add(DataReceivedEvent event)
DataReceivedEvent to commit all its messages later or to add to transactionevent - a DataReceivedEventCopyright © 2025. All rights reserved.