Uses of Class
org.apache.camel.component.reactive.streams.ReactiveStreamsProducer
-
Packages that use ReactiveStreamsProducer Package Description org.apache.camel.component.reactive.streams.api org.apache.camel.component.reactive.streams.engine -
-
Uses of ReactiveStreamsProducer in org.apache.camel.component.reactive.streams.api
Methods in org.apache.camel.component.reactive.streams.api with parameters of type ReactiveStreamsProducer Modifier and Type Method Description voidCamelReactiveStreamsService. 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 ReactiveStreamsProducer Modifier and Type Method Description voidDefaultCamelReactiveStreamsService. attachCamelProducer(String name, ReactiveStreamsProducer producer)voidCamelPublisher. attachProducer(ReactiveStreamsProducer producer)
-