Uses of Interface
com.avoka.fc.core.stream.IStreamProducer
Package
Description
-
Uses of IStreamProducer in com.avoka.fc.core.outbox
Modifier 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
Modifier 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
Modifier 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