Package org.eclipse.microprofile.reactive.streams.operators.spi


@Version("1.0") package org.eclipse.microprofile.reactive.streams.operators.spi
The Reactive Streams utils SPI. Implementors are expected to implement the ReactiveStreamsEngine interface, and use this SPI to inspect the graph of stages. A TCK is also provided that validates that an implementation is both correct according to this specification, and the Reactive Streams specification.