Interface ReactiveClientHttpEngine

    • Method Detail

      • fromCompletionStage

        <T> org.reactivestreams.Publisher<T> fromCompletionStage​(CompletionStage<T> cs)
      • just

        <T> org.reactivestreams.Publisher<T> just​(T t)
      • error

        <T> org.reactivestreams.Publisher<T> error​(Exception e)
        How the reactive implementation handles errors.