Uses of Class
org.apache.camel.component.reactive.streams.ReactiveStreamsBackpressureStrategy
-
Packages that use ReactiveStreamsBackpressureStrategy Package Description org.apache.camel.component.reactive.streams org.apache.camel.component.reactive.streams.engine -
-
Uses of ReactiveStreamsBackpressureStrategy in org.apache.camel.component.reactive.streams
Methods in org.apache.camel.component.reactive.streams that return ReactiveStreamsBackpressureStrategy Modifier and Type Method Description ReactiveStreamsBackpressureStrategyReactiveStreamsComponent. getBackpressureStrategy()ReactiveStreamsBackpressureStrategyReactiveStreamsEndpoint. getBackpressureStrategy()static ReactiveStreamsBackpressureStrategyReactiveStreamsBackpressureStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static ReactiveStreamsBackpressureStrategy[]ReactiveStreamsBackpressureStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.reactive.streams with parameters of type ReactiveStreamsBackpressureStrategy Modifier and Type Method Description voidReactiveStreamsComponent. setBackpressureStrategy(ReactiveStreamsBackpressureStrategy backpressureStrategy)The backpressure strategy to use when pushing events to a slow subscriber.voidReactiveStreamsEndpoint. 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 ReactiveStreamsBackpressureStrategy Modifier and Type Method Description ReactiveStreamsBackpressureStrategyCamelSubscription. getBackpressureStrategy()Methods in org.apache.camel.component.reactive.streams.engine with parameters of type ReactiveStreamsBackpressureStrategy Modifier and Type Method Description voidCamelSubscription. setBackpressureStrategy(ReactiveStreamsBackpressureStrategy backpressureStrategy)Constructors in org.apache.camel.component.reactive.streams.engine with parameters of type ReactiveStreamsBackpressureStrategy Constructor Description CamelSubscription(String id, ExecutorService workerPool, CamelPublisher publisher, String streamName, ReactiveStreamsBackpressureStrategy backpressureStrategy, org.reactivestreams.Subscriber<? super org.apache.camel.Exchange> subscriber)
-