Uses of Interface
com.avoka.fc.core.stream.IStreamProducer
Packages that use IStreamProducer
Package
Description
-
Uses of IStreamProducer in com.avoka.fc.core.outbox
Methods in com.avoka.fc.core.outbox that return IStreamProducerModifier and TypeMethodDescriptionIOutboxProcessor.createProducer
(ServiceConnection serviceConnection) create a producer to produce message with it.OutboxProcessor.createProducer
(ServiceConnection serviceConnection) return a producer to produce message -
Uses of IStreamProducer in com.avoka.fc.core.outbox.test
Methods in com.avoka.fc.core.outbox.test that return IStreamProducerModifier and TypeMethodDescriptionIStreamProducer<org.apache.kafka.clients.producer.RecordMetadata>
MockOutboxProcessor.createProducer
(ServiceConnection serviceConnection) return an IStreamProducer to produce message. -
Uses of IStreamProducer in com.avoka.fc.core.stream
Classes in com.avoka.fc.core.stream that implement IStreamProducerMethods in com.avoka.fc.core.stream that return IStreamProducerModifier and TypeMethodDescriptionstatic IStreamProducer
StreamProducerFactory.getProducer
(ServiceConnection serviceConnection) return a producer based on the service connection type. -
Uses of IStreamProducer in com.avoka.fc.core.stream.test
Classes in com.avoka.fc.core.stream.test that implement IStreamProducer