Class ResponseFunction
- java.lang.Object
-
- org.bremersee.apiclient.webflux.contract.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 Summary
Constructors Constructor Description ResponseFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.reactivestreams.Publisher<?>
apply(Invocation invocation, org.springframework.web.reactive.function.client.WebClient.ResponseSpec responseSpec)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.function.BiFunction
andThen
-
-
-
-
Method Detail
-
apply
public org.reactivestreams.Publisher<?> apply(Invocation invocation, org.springframework.web.reactive.function.client.WebClient.ResponseSpec responseSpec)
- Specified by:
apply
in interfaceBiFunction<Invocation,org.springframework.web.reactive.function.client.WebClient.ResponseSpec,org.reactivestreams.Publisher<?>>
-
-