Interface ReactiveHttpRequestInterceptor

  • All Superinterfaces:
    java.util.function.Function<ReactiveHttpRequest,​reactor.core.publisher.Mono<ReactiveHttpRequest>>

    public interface ReactiveHttpRequestInterceptor
    extends java.util.function.Function<ReactiveHttpRequest,​reactor.core.publisher.Mono<ReactiveHttpRequest>>
    Used to modify request before call. May be used to set auth headers to all requests.
    Author:
    Sergii Karpenko
    • Method Summary

      • Methods inherited from interface java.util.function.Function

        andThen, apply, compose