Class Operators

java.lang.Object
reactor.core.publisher.Operators

public abstract class Operators extends Object
A helper to support "Operator" writing, handle noop subscriptions, validate request size and to cap concurrent additive operations to Long.MAX_VALUE, which is generic to Subscription.request(long) handling. Combine utils available to operator implementations, @see https://github.com/reactor/reactive-streams-commons