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 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)
OperationInvoker
context
.invoke
in interface OperationInvoker
context
- the context to use to invoke the operationnull
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.