protected static final class AbstractWebFluxEndpointHandlerMapping.ElasticSchedulerOperationInvoker 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 |
---|
ElasticSchedulerOperationInvoker(OperationInvoker delegate) |
Modifier and Type | Method and Description |
---|---|
Object |
invoke(Map<String,Object> arguments)
Invoke the underlying operation using the given
arguments . |
public ElasticSchedulerOperationInvoker(OperationInvoker delegate)
public Object invoke(Map<String,Object> arguments)
OperationInvoker
arguments
.invoke
in interface OperationInvoker
arguments
- the arguments to pass to the operationnull
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.