public class SubscriptionQueryBackpressure extends Object
Constructor and Description |
---|
SubscriptionQueryBackpressure(reactor.core.publisher.FluxSink.OverflowStrategy overflowStrategy)
Initializes backpressure with reactor's overflow strategy.
|
Modifier and Type | Method and Description |
---|---|
static SubscriptionQueryBackpressure |
defaultBackpressure()
Creates default backpressure, using Project Reactor's FluxSink.OverflowStrategy ERROR strategy.
|
reactor.core.publisher.FluxSink.OverflowStrategy |
getOverflowStrategy()
Gets the overflow strategy.
|
public SubscriptionQueryBackpressure(reactor.core.publisher.FluxSink.OverflowStrategy overflowStrategy)
overflowStrategy
- For backpressure handlingpublic static SubscriptionQueryBackpressure defaultBackpressure()
public reactor.core.publisher.FluxSink.OverflowStrategy getOverflowStrategy()
Copyright © 2010–2019. All rights reserved.