Class ResponseFunction

  • All Implemented Interfaces:
    BiFunction<Invocation,​org.springframework.web.reactive.function.client.WebClient.ResponseSpec,​org.reactivestreams.Publisher<?>>

    public class ResponseFunction
    extends Object
    implements BiFunction<Invocation,​org.springframework.web.reactive.function.client.WebClient.ResponseSpec,​org.reactivestreams.Publisher<?>>
    The response function.
    Author:
    Christian Bremer
    • Constructor Detail

      • ResponseFunction

        public ResponseFunction()
    • Method Detail

      • apply

        public org.reactivestreams.Publisher<?> apply​(Invocation invocation,
                                                      org.springframework.web.reactive.function.client.WebClient.ResponseSpec responseSpec)
        Specified by:
        apply in interface BiFunction<Invocation,​org.springframework.web.reactive.function.client.WebClient.ResponseSpec,​org.reactivestreams.Publisher<?>>