Uses of Class
org.apache.camel.component.reactive.streams.ReactiveStreamsConsumer
-
Packages that use ReactiveStreamsConsumer Package Description org.apache.camel.component.reactive.streams org.apache.camel.component.reactive.streams.api org.apache.camel.component.reactive.streams.engine -
-
Uses of ReactiveStreamsConsumer in org.apache.camel.component.reactive.streams
Methods in org.apache.camel.component.reactive.streams that return ReactiveStreamsConsumer Modifier and Type Method Description ReactiveStreamsConsumer
ReactiveStreamsCamelSubscriber. getConsumer()
Methods in org.apache.camel.component.reactive.streams with parameters of type ReactiveStreamsConsumer Modifier and Type Method Description void
ReactiveStreamsCamelSubscriber. attachConsumer(ReactiveStreamsConsumer consumer)
-
Uses of ReactiveStreamsConsumer in org.apache.camel.component.reactive.streams.api
Methods in org.apache.camel.component.reactive.streams.api with parameters of type ReactiveStreamsConsumer Modifier and Type Method Description ReactiveStreamsCamelSubscriber
CamelReactiveStreamsService. attachCamelConsumer(String name, ReactiveStreamsConsumer consumer)
Used by Camel to associate the subscriber of the stream with the given name to a specific Camel consumer. -
Uses of ReactiveStreamsConsumer in org.apache.camel.component.reactive.streams.engine
Methods in org.apache.camel.component.reactive.streams.engine with parameters of type ReactiveStreamsConsumer Modifier and Type Method Description ReactiveStreamsCamelSubscriber
DefaultCamelReactiveStreamsService. attachCamelConsumer(String name, ReactiveStreamsConsumer consumer)
-