Uses of Class
org.apache.camel.component.reactive.streams.ReactiveStreamsProducer
Packages that use ReactiveStreamsProducer
Package
Description
-
Uses of ReactiveStreamsProducer in org.apache.camel.component.reactive.streams.api
Methods in org.apache.camel.component.reactive.streams.api with parameters of type ReactiveStreamsProducerModifier and TypeMethodDescriptionvoid
CamelReactiveStreamsService.attachCamelProducer
(String name, ReactiveStreamsProducer producer) Used by Camel to associate the publisher of the stream with the given name to a specific Camel producer. -
Uses of ReactiveStreamsProducer in org.apache.camel.component.reactive.streams.engine
Methods in org.apache.camel.component.reactive.streams.engine with parameters of type ReactiveStreamsProducerModifier and TypeMethodDescriptionvoid
DefaultCamelReactiveStreamsService.attachCamelProducer
(String name, ReactiveStreamsProducer producer) void
CamelPublisher.attachProducer
(ReactiveStreamsProducer producer)