Uses of Interface
org.eclipse.microprofile.reactive.streams.operators.ErrorHandlingOperators
Packages that use ErrorHandlingOperators
Package
Description
MicroProfile Reactive Streams Operators.
-
Uses of ErrorHandlingOperators in org.eclipse.microprofile.reactive.streams.operators
Subinterfaces of ErrorHandlingOperators 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 ErrorHandlingOperatorsModifier and TypeMethodDescriptionErrorHandlingOperators.onErrorResume(Function<Throwable, ? extends T> errorHandler) Returns a stream containing all the elements from this stream.ErrorHandlingOperators.onErrorResumeWith(Function<Throwable, ? extends PublisherBuilder<? extends T>> errorHandler) Returns a stream containing all the elements from this stream.ErrorHandlingOperators.onErrorResumeWithRsPublisher(Function<Throwable, ? extends org.reactivestreams.Publisher<? extends T>> errorHandler) Returns a stream containing all the elements from this stream.