Class IndirectUnresolvingInvoker
- java.lang.Object
-
- org.logdoc.fairhttp.service.api.helpers.endpoint.invokers.ARequestInvoker
-
- org.logdoc.fairhttp.service.api.helpers.endpoint.invokers.IndirectUnresolvingInvoker
-
public class IndirectUnresolvingInvoker extends ARequestInvoker
- Author:
- Denis Danilin | me@loslobos.ru 12.08.2023 17:48 fair-http-server ☭ sweat and blood
-
-
Field Summary
-
Fields inherited from class org.logdoc.fairhttp.service.api.helpers.endpoint.invokers.ARequestInvoker
errorHandler, execTimeout, method
-
-
Constructor Summary
Constructors Constructor Description IndirectUnresolvingInvoker(Method method, Function<Throwable,Response> errorHandler, int execTimeout)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Supplier<Response>supplyAction(Request request, Map<String,String> pathMap)-
Methods inherited from class org.logdoc.fairhttp.service.api.helpers.endpoint.invokers.ARequestInvoker
apply
-
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
-
supplyAction
protected Supplier<Response> supplyAction(Request request, Map<String,String> pathMap)
- Specified by:
supplyActionin classARequestInvoker
-
-