Class | Description |
---|---|
CheckpointMessage |
A checkpoint message is sent by the client's subprocess to indicate to the kcl processor that it should attempt to
checkpoint.
|
InitializeMessage |
An initialize message is sent to the client's subprocess to indicate that it should perform its initialization steps.
|
JsonFriendlyRecord |
Class for encoding Record objects to json.
|
Message |
Abstract class for all messages that are sent to the client's process.
|
ProcessRecordsMessage |
A message to indicate to the client's process that it should process a list of records.
|
ShutdownMessage |
A message to indicate to the client's process that it should shutdown and then terminate.
|
StatusMessage |
A message sent by the client's process to indicate to the record processor that it completed a particular action.
|