| Class | Description |
|---|---|
| ControlMessage<D> |
A
StreamEntity used to send control messages through the ingestion pipeline. |
| ControlMessageInjector<SI,DI> |
A
RecordStreamProcessor that inspects an input record and outputs control messages before, after, or around
the input record |
| FlushControlMessage<D> |
Control message for flushing writers
|
| FlushRecordEnvelope | |
| MetadataUpdateControlMessage<S,D> |
Control message for updating the
GlobalMetadata used for processing records |
| RecordEnvelope<D> |
An envelope around a record containing metadata and allowing for ack'ing the record.
|
| StreamEntity<D> |
An entity in the Gobblin ingestion stream.
|
| Enum | Description |
|---|---|
| FlushControlMessage.FlushType |