Class ARequestInvoker
- java.lang.Object
-
- org.logdoc.fairhttp.service.api.helpers.endpoint.invokers.ARequestInvoker
-
- Direct Known Subclasses:
AResolvingInvoker,DirectUnresolvingInvoker,IndirectUnresolvingInvoker
public abstract class ARequestInvoker extends Object implements BiFunction<Request,Map<String,String>,Response>
- Author:
- Denis Danilin | me@loslobos.ru 12.08.2023 17:54 fair-http-server ☭ sweat and blood
-
-
Field Summary
Fields Modifier and Type Field Description protected Function<Throwable,Response>errorHandlerprotected intexecTimeoutprotected Methodmethod
-
Constructor Summary
Constructors Modifier Constructor Description protectedARequestInvoker(Method method, Function<Throwable,Response> errorHandler, int execTimeout)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description Responseapply(Request request, Map<String,String> pathMap)protected abstract Supplier<Response>supplyAction(Request request, Map<String,String> pathMap)-
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
-
-