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 ReactiveStreamsBackpressureStrategy
ReactiveStreamsComponent. getBackpressureStrategy()
ReactiveStreamsBackpressureStrategy
ReactiveStreamsEndpoint. getBackpressureStrategy()
static ReactiveStreamsBackpressureStrategy
ReactiveStreamsBackpressureStrategy. 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 void
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 ReactiveStreamsBackpressureStrategy Modifier and Type Method Description ReactiveStreamsBackpressureStrategy
CamelSubscription. getBackpressureStrategy()
Methods in org.apache.camel.component.reactive.streams.engine with parameters of type ReactiveStreamsBackpressureStrategy Modifier and Type Method Description void
CamelSubscription. 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)
-