Uses of Class
org.apache.camel.builder.endpoint.dsl.ReactiveStreamsEndpointBuilderFactory.ReactiveStreamsBackpressureStrategy
-
Packages that use ReactiveStreamsEndpointBuilderFactory.ReactiveStreamsBackpressureStrategy Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of ReactiveStreamsEndpointBuilderFactory.ReactiveStreamsBackpressureStrategy in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return ReactiveStreamsEndpointBuilderFactory.ReactiveStreamsBackpressureStrategy Modifier and Type Method Description static ReactiveStreamsEndpointBuilderFactory.ReactiveStreamsBackpressureStrategyReactiveStreamsEndpointBuilderFactory.ReactiveStreamsBackpressureStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static ReactiveStreamsEndpointBuilderFactory.ReactiveStreamsBackpressureStrategy[]ReactiveStreamsEndpointBuilderFactory.ReactiveStreamsBackpressureStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.builder.endpoint.dsl with parameters of type ReactiveStreamsEndpointBuilderFactory.ReactiveStreamsBackpressureStrategy Modifier and Type Method Description default ReactiveStreamsEndpointBuilderFactory.ReactiveStreamsEndpointProducerBuilderReactiveStreamsEndpointBuilderFactory.ReactiveStreamsEndpointProducerBuilder. backpressureStrategy(ReactiveStreamsEndpointBuilderFactory.ReactiveStreamsBackpressureStrategy backpressureStrategy)The backpressure strategy to use when pushing events to a slow subscriber.
-