Uses of Interface
org.nuxeo.lib.stream.pattern.producer.ProducerFactory
-
Packages that use ProducerFactory Package Description org.nuxeo.importer.stream.producer org.nuxeo.lib.stream.pattern.producer org.nuxeo.lib.stream.pattern.producer.internals -
-
Uses of ProducerFactory in org.nuxeo.importer.stream.producer
Classes in org.nuxeo.importer.stream.producer that implement ProducerFactory Modifier and Type Class Description classFileBlobMessageProducerFactoryclassRandomDocumentMessageProducerFactoryclassRandomStringBlobMessageProducerFactory -
Uses of ProducerFactory in org.nuxeo.lib.stream.pattern.producer
Fields in org.nuxeo.lib.stream.pattern.producer declared as ProducerFactory Modifier and Type Field Description protected ProducerFactory<M>ProducerPool. factoryConstructors in org.nuxeo.lib.stream.pattern.producer with parameters of type ProducerFactory Constructor Description ProducerPool(String logName, LogManager manager, Codec<M> codec, ProducerFactory<M> factory, short nbThreads)ProducerPool(String logName, LogManager manager, ProducerFactory<M> factory, short nbThreads)Deprecated.since 11.1, due to serialization issue with java 11, useProducerPool(String, LogManager, Codec, ProducerFactory, short)which allows to give acodectoappender. -
Uses of ProducerFactory in org.nuxeo.lib.stream.pattern.producer.internals
Fields in org.nuxeo.lib.stream.pattern.producer.internals declared as ProducerFactory Modifier and Type Field Description protected ProducerFactory<M>ProducerRunner. factoryConstructors in org.nuxeo.lib.stream.pattern.producer.internals with parameters of type ProducerFactory Constructor Description ProducerRunner(ProducerFactory<M> factory, LogAppender<M> appender, int producerId)
-