Class PostgresEventDispatcher<T extends io.debezium.spi.schema.DataCollectionId>

java.lang.Object
io.debezium.pipeline.EventDispatcher<PostgresPartition,T>
io.debezium.connector.postgresql.PostgresEventDispatcher<T>
All Implemented Interfaces:
AutoCloseable

public class PostgresEventDispatcher<T extends io.debezium.spi.schema.DataCollectionId> extends EventDispatcher<PostgresPartition,T>
Custom extension of the EventDispatcher to accommodate routing LogicalDecodingMessage events to the change event queue.
Author:
Lairen Hightower