Uses of Class
org.apache.camel.component.reactive.streams.ReactiveStreamsConsumer
Packages that use ReactiveStreamsConsumer
Package
Description
-
Uses of ReactiveStreamsConsumer in org.apache.camel.component.reactive.streams
Methods in org.apache.camel.component.reactive.streams that return ReactiveStreamsConsumerMethods in org.apache.camel.component.reactive.streams with parameters of type ReactiveStreamsConsumerModifier and TypeMethodDescriptionvoid
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 ReactiveStreamsConsumerModifier and TypeMethodDescriptionCamelReactiveStreamsService.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 ReactiveStreamsConsumerModifier and TypeMethodDescriptionDefaultCamelReactiveStreamsService.attachCamelConsumer
(String name, ReactiveStreamsConsumer consumer)