Uses of Interface
org.apache.camel.builder.component.dsl.ReactiveStreamsComponentBuilderFactory.ReactiveStreamsComponentBuilder
Packages that use ReactiveStreamsComponentBuilderFactory.ReactiveStreamsComponentBuilder
-
Uses of ReactiveStreamsComponentBuilderFactory.ReactiveStreamsComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return ReactiveStreamsComponentBuilderFactory.ReactiveStreamsComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.reactiveStreams()Reactive Streams (camel-reactive-streams) Exchange messages with reactive stream processing libraries compatible with the reactive streams standard. -
Uses of ReactiveStreamsComponentBuilderFactory.ReactiveStreamsComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement ReactiveStreamsComponentBuilderFactory.ReactiveStreamsComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return ReactiveStreamsComponentBuilderFactory.ReactiveStreamsComponentBuilderModifier and TypeMethodDescriptionReactiveStreamsComponentBuilderFactory.ReactiveStreamsComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.ReactiveStreamsComponentBuilderFactory.ReactiveStreamsComponentBuilder.backpressureStrategy(org.apache.camel.component.reactive.streams.ReactiveStreamsBackpressureStrategy backpressureStrategy) The backpressure strategy to use when pushing events to a slow subscriber.ReactiveStreamsComponentBuilderFactory.ReactiveStreamsComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.ReactiveStreamsComponentBuilderFactory.ReactiveStreamsComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).ReactiveStreamsComponentBuilderFactory.reactiveStreams()Reactive Streams (camel-reactive-streams) Exchange messages with reactive stream processing libraries compatible with the reactive streams standard.ReactiveStreamsComponentBuilderFactory.ReactiveStreamsComponentBuilder.reactiveStreamsEngineConfiguration(org.apache.camel.component.reactive.streams.engine.ReactiveStreamsEngineConfiguration reactiveStreamsEngineConfiguration) To use an existing reactive stream engine configuration.ReactiveStreamsComponentBuilderFactory.ReactiveStreamsComponentBuilder.serviceType(String serviceType) Set the type of the underlying reactive streams implementation to use.ReactiveStreamsComponentBuilderFactory.ReactiveStreamsComponentBuilder.threadPoolMaxSize(int threadPoolMaxSize) The maximum number of threads used by the reactive streams internal engine.ReactiveStreamsComponentBuilderFactory.ReactiveStreamsComponentBuilder.threadPoolMinSize(int threadPoolMinSize) The minimum number of threads used by the reactive streams internal engine.ReactiveStreamsComponentBuilderFactory.ReactiveStreamsComponentBuilder.threadPoolName(String threadPoolName) The name of the thread pool used by the reactive streams internal engine.