public class DefaultCommitHandler extends Object implements Handler<ServerFrame>
COMMIT frame. All frames that are part of the
 transactions are processed (ACK/NACK and SEND frames). If the COMMIT frame defines a receipt, the RECEIPT frame is sent once all frames have been replayed.
 
 This handler is thread safe.| Constructor and Description | 
|---|
DefaultCommitHandler()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
handle(ServerFrame serverFrame)
Something has happened, so handle it. 
 | 
public void handle(ServerFrame serverFrame)
Handlerhandle in interface Handler<ServerFrame>serverFrame - the event to handleCopyright © 2020 Eclipse. All rights reserved.