Class DirectInvoker
- java.lang.Object
-
- org.logdoc.fairhttp.service.api.helpers.endpoint.invokers.ARequestInvoker
-
- org.logdoc.fairhttp.service.api.helpers.endpoint.invokers.AResolvingInvoker
-
- org.logdoc.fairhttp.service.api.helpers.endpoint.invokers.DirectInvoker
-
public class DirectInvoker extends AResolvingInvoker
- Author:
- Denis Danilin | me@loslobos.ru 12.08.2023 17:23 fair-http-server ☭ sweat and blood
-
-
Field Summary
-
Fields inherited from class org.logdoc.fairhttp.service.api.helpers.endpoint.invokers.ARequestInvoker
errorHandler, execTimeout, method
-
-
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.AResolvingInvoker
prepareResolvers
-
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
-
-