Uses of Interface
org.eclipse.microprofile.reactive.streams.operators.ConnectingOperators
Packages that use ConnectingOperators
Package
Description
MicroProfile Reactive Streams Operators.
-
Uses of ConnectingOperators in org.eclipse.microprofile.reactive.streams.operators
Subinterfaces of ConnectingOperators in org.eclipse.microprofile.reactive.streams.operatorsModifier and TypeInterfaceDescriptioninterfaceProcessorBuilder<T,R> A builder for aProcessor.interfaceA builder for aPublisher.Methods in org.eclipse.microprofile.reactive.streams.operators that return ConnectingOperatorsModifier and TypeMethodDescription<R> ConnectingOperators<R>ConnectingOperators.via(ProcessorBuilder<? super T, ? extends R> processorBuilder) Connect the outlet of thePublisherbuilt by this builder to the givenProcessorBuilder.<R> ConnectingOperators<R>Connect the outlet of this stream to the givenProcessor.