Factory

@Serializable
@SerialName(value = "!Postgres")
data class Factory(val remote: RemoteAlias, val slotName: String, val publicationName: String, val indexer: PgIndexer.Factory) : ExternalSource.Factory

Constructors

Link copied to clipboard
constructor(remote: RemoteAlias, slotName: String, publicationName: String, indexer: PgIndexer.Factory)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun open(dbName: String, remotes: Map<RemoteAlias, Remote>, meterRegistry: MeterRegistry?): ExternalSource