spring-framework / org.springframework.remoting.httpinvoker / HttpInvokerRequestExecutor

HttpInvokerRequestExecutor

@FunctionalInterface interface HttpInvokerRequestExecutor

Strategy interface for actual execution of an HTTP invoker request. Used by HttpInvokerClientInterceptor and its subclass HttpInvokerProxyFactoryBean.

Two implementations are provided out of the box:

Author
Juergen Hoeller

Since
1.1

See Also
HttpInvokerClientInterceptor#setHttpInvokerRequestExecutor

Functions

executeRequest

abstract fun executeRequest(config: HttpInvokerClientConfiguration, invocation: RemoteInvocation): RemoteInvocationResult

Execute a request to send the given remote invocation.