| Class | Description |
|---|---|
| ChangeEvent |
A change event represents a single event (an entry that was inserted/updated/deleted/moved) captured on a backend,
or an operation (insert/update/delete/move an entry) to apply on a backend.
|
| ChangeEvent.ChangeEventDeserializer |
Implementation of a JsonDeserializer (com.fasterxml.jackson.databind) for ChangeEvent objects.
|
| ChangeEvent.ChangeEventSerializer |
Implementation of a JsonSerializer (com.fasterxml.jackson.databind) for ChangeEvent objects.
|
| ChangeEventUtils |
This class provides helper methods that work with
ChangeEvent
objects. |
| ComplexValueUtils |
This class provides helper methods that work with
ComplexValue objects. |
| Enum | Description |
|---|---|
| ChangeMode |
Enumeration that controls the behavior of the apply connector when it receives a
ChangeEvent. |
| EventType |
Enumeration that represents the different types of change that can be applied or captured on a backend entry.
|