Class AResolvingInvoker
- java.lang.Object
-
- org.logdoc.fairhttp.service.api.helpers.endpoint.invokers.ARequestInvoker
-
- org.logdoc.fairhttp.service.api.helpers.endpoint.invokers.AResolvingInvoker
-
- Direct Known Subclasses:
DirectInvoker,IndirectInvoker
public abstract class AResolvingInvoker extends ARequestInvoker
- Author:
- Denis Danilin | me@loslobos.ru 12.08.2023 18:03 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 Object[]prepareResolvers(Request request, Map<String,String> pathMap)-
Methods inherited from class org.logdoc.fairhttp.service.api.helpers.endpoint.invokers.ARequestInvoker
apply, supplyAction
-
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
-
-