Uses of Enum Class
org.apache.camel.component.reactive.streams.ReactiveStreamsBackpressureStrategy
Packages that use ReactiveStreamsBackpressureStrategy
Package
Description
-
Uses of ReactiveStreamsBackpressureStrategy in org.apache.camel.component.reactive.streams
Methods in org.apache.camel.component.reactive.streams that return ReactiveStreamsBackpressureStrategyModifier and TypeMethodDescriptionReactiveStreamsComponent.getBackpressureStrategy()
ReactiveStreamsEndpoint.getBackpressureStrategy()
Returns the enum constant of this class with the specified name.static ReactiveStreamsBackpressureStrategy[]
ReactiveStreamsBackpressureStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.reactive.streams with parameters of type ReactiveStreamsBackpressureStrategyModifier and TypeMethodDescriptionvoid
ReactiveStreamsComponent.setBackpressureStrategy
(ReactiveStreamsBackpressureStrategy backpressureStrategy) The backpressure strategy to use when pushing events to a slow subscriber.void
ReactiveStreamsEndpoint.setBackpressureStrategy
(ReactiveStreamsBackpressureStrategy backpressureStrategy) The backpressure strategy to use when pushing events to a slow subscriber. -
Uses of ReactiveStreamsBackpressureStrategy in org.apache.camel.component.reactive.streams.engine
Methods in org.apache.camel.component.reactive.streams.engine that return ReactiveStreamsBackpressureStrategyMethods in org.apache.camel.component.reactive.streams.engine with parameters of type ReactiveStreamsBackpressureStrategyModifier and TypeMethodDescriptionvoid
CamelSubscription.setBackpressureStrategy
(ReactiveStreamsBackpressureStrategy backpressureStrategy) Constructors in org.apache.camel.component.reactive.streams.engine with parameters of type ReactiveStreamsBackpressureStrategyModifierConstructorDescriptionCamelSubscription
(String id, ExecutorService workerPool, CamelPublisher publisher, String streamName, ReactiveStreamsBackpressureStrategy backpressureStrategy, org.reactivestreams.Subscriber<? super org.apache.camel.Exchange> subscriber)