public class DefaultAckHandler extends Object implements Handler<ServerFrame>
ACK
frame. It removes the acknowledges messages from the
list of messages waiting for acknowledgment. If the ACK
frame specifies a transaction id, the
acknowledgment is delayed until the transaction commit.
This handler is thread safe.Constructor and Description |
---|
DefaultAckHandler() |
Modifier and Type | Method and Description |
---|---|
void |
handle(ServerFrame serverFrame)
Something has happened, so handle it.
|
public void handle(ServerFrame serverFrame)
Handler
handle
in interface Handler<ServerFrame>
serverFrame
- the event to handleCopyright © 2021 Eclipse. All rights reserved.