public class CheckpointMessage extends Message
| Modifier and Type | Field and Description |
|---|---|
static String |
ACTION
The name used for the action field in
Message. |
| Constructor and Description |
|---|
CheckpointMessage()
Default constructor.
|
CheckpointMessage(String sequenceNumber,
Long subSequenceNumber,
Throwable throwable)
Convenience constructor.
|
public static final String ACTION
Message.public CheckpointMessage()
public CheckpointMessage(String sequenceNumber, Long subSequenceNumber, Throwable throwable)
sequenceNumber - The sequence number that this message is about.subSequenceNumber - the sub sequence number for the checkpoint. This can be null.throwable - When responding to a client's process, the record processor will add the name of the exception that
occurred while attempting to checkpoint if one did occur.Copyright © 2018. All rights reserved.