| Interface | Description |
|---|---|
| ConnectorEvent |
A marker interface for an event with the connector that isn't dispatched to the change event stream but
instead is potentially of interest to other parts of the framework such as metrics.
|
| EventDispatcher.InconsistentSchemaHandler<T extends DataCollectionId> |
Reaction to an incoming change event for which schema is not found
|
| EventDispatcher.SnapshotReceiver |
Change record receiver used during snapshotting.
|
| Class | Description |
|---|---|
| AbstractChangeRecordEmitter<T extends DataCollectionSchema> |
An abstract implementation of
ChangeRecordEmitter. |
| ChangeEventSourceCoordinator |
Coordinates one or more
ChangeEventSources and executes them in order. |
| DataChangeEvent | |
| ErrorHandler | |
| EventDispatcher<T extends DataCollectionId> |
Central dispatcher for data change and schema change events.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.