Uses of Interface
com.zendesk.maxwell.producer.ProducerFactory
-
Packages that use ProducerFactory Package Description com.zendesk.maxwell top level classes concerned with instantiating and running a Maxwell replicator. -
-
Uses of ProducerFactory in com.zendesk.maxwell
Fields in com.zendesk.maxwell declared as ProducerFactory Modifier and Type Field Description ProducerFactory
MaxwellConfig. producerFactory
If non-null, generate a producer with this factoryMethods in com.zendesk.maxwell that return ProducerFactory Modifier and Type Method Description protected ProducerFactory
MaxwellConfig. fetchProducerFactory(joptsimple.OptionSet options, Properties properties)
If present in the configuration, build an instance of a custom producer factor
-