@FunctionalInterface public interface OperationInvoker
OperationInvoker is used to invoke an operation on an endpoint.| Modifier and Type | Method and Description |
|---|---|
Object |
invoke(Map<String,Object> arguments)
Invoke the underlying operation using the given
arguments. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.