Interface RecoveryFunction<O>

All Superinterfaces:
ratpack.func.Function<java.lang.Throwable,​O>
All Known Implementing Classes:
DefaultRecoveryFunction

public interface RecoveryFunction<O>
extends ratpack.func.Function<java.lang.Throwable,​O>
  • Nested Class Summary

    Nested classes/interfaces inherited from interface ratpack.func.Function

    ratpack.func.Function.ConditionalSpec<I extends java.lang.Object,​O extends java.lang.Object>
  • Method Summary

    Modifier and Type Method Description
    default reactor.core.publisher.Flux<? super O> onErrorResume​(reactor.core.publisher.Flux<? super O> flux)  
    default reactor.core.publisher.Mono<? super O> onErrorResume​(reactor.core.publisher.Mono<? super O> mono)  

    Methods inherited from interface ratpack.func.Function

    andThen, apply, compose, toFunction, toGuavaFunction
  • Method Details

    • onErrorResume

      default reactor.core.publisher.Flux<? super O> onErrorResume​(reactor.core.publisher.Flux<? super O> flux)
    • onErrorResume

      default reactor.core.publisher.Mono<? super O> onErrorResume​(reactor.core.publisher.Mono<? super O> mono)