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 ReactiveStreamsConsumerReactiveStreamsCamelSubscriber. getConsumer()Methods in org.apache.camel.component.reactive.streams with parameters of type ReactiveStreamsConsumer Modifier and Type Method Description voidReactiveStreamsCamelSubscriber. 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 ReactiveStreamsCamelSubscriberCamelReactiveStreamsService. 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 ReactiveStreamsCamelSubscriberDefaultCamelReactiveStreamsService. attachCamelConsumer(String name, ReactiveStreamsConsumer consumer)
-