Package io.debezium.connector.postgresql
Class PostgresTopicSelector
- java.lang.Object
-
- io.debezium.connector.postgresql.PostgresTopicSelector
-
public class PostgresTopicSelector extends Object
Factory for this connector'sTopicSelector.- Author:
- Horia Chiorean (hchiorea@redhat.com)
-
-
Constructor Summary
Constructors Constructor Description PostgresTopicSelector()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TopicSelector<TableId>create(PostgresConnectorConfig connectorConfig)
-
-
-
Method Detail
-
create
public static TopicSelector<TableId> create(PostgresConnectorConfig connectorConfig)
-
-