Uses of Class
org.apache.camel.component.reactive.streams.ReactiveStreamsCamelSubscriber
-
Packages that use ReactiveStreamsCamelSubscriber Package Description org.apache.camel.component.reactive.streams.api org.apache.camel.component.reactive.streams.engine -
-
Uses of ReactiveStreamsCamelSubscriber in org.apache.camel.component.reactive.streams.api
Methods in org.apache.camel.component.reactive.streams.api that return ReactiveStreamsCamelSubscriber 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 ReactiveStreamsCamelSubscriber in org.apache.camel.component.reactive.streams.engine
Methods in org.apache.camel.component.reactive.streams.engine that return ReactiveStreamsCamelSubscriber Modifier and Type Method Description ReactiveStreamsCamelSubscriber
DefaultCamelReactiveStreamsService. attachCamelConsumer(String name, ReactiveStreamsConsumer consumer)
ReactiveStreamsCamelSubscriber
DefaultCamelReactiveStreamsService. streamSubscriber(String name)
-