public class DefaultAckHandler extends Object implements io.vertx.core.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() |
public void handle(ServerFrame serverFrame)
handle in interface io.vertx.core.Handler<ServerFrame>Copyright © 2019 Eclipse. All rights reserved.