protected static final class AbstractWebFluxEndpointHandlerMapping.ElasticSchedulerInvoker extends Object implements OperationInvoker
OperationInvoker that performs the invocation of a blocking operation on
a separate thread using Reactor's bounded
elastic scheduler.| Constructor and Description |
|---|
ElasticSchedulerInvoker(OperationInvoker invoker) |
| Modifier and Type | Method and Description |
|---|---|
Object |
invoke(InvocationContext context)
Invoke the underlying operation using the given
context. |
public ElasticSchedulerInvoker(OperationInvoker invoker)
public Object invoke(InvocationContext context)
OperationInvokercontext.invoke in interface OperationInvokercontext - the context to use to invoke the operationnull