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(Map<String,Object> arguments)
Invoke the underlying operation using the given
arguments . |
public ElasticSchedulerInvoker(OperationInvoker invoker)
public Object invoke(Map<String,Object> arguments)
OperationInvoker
arguments
.invoke
in interface OperationInvoker
arguments
- the arguments to pass to the operationnull
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.