| Package | Description |
|---|---|
| com.vmware.vapi.core | |
| com.vmware.vapi.util.async |
| Modifier and Type | Method and Description |
|---|---|
void |
ApiProvider.invoke(String serviceId,
String operationId,
DataValue input,
ExecutionContext ctx,
AsyncHandle<MethodResult> asyncHandle)
Invokes the specified operation using the provided input and
execution context.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DecoratorAsyncHandle<T>
Utility which decorates an existing async handle.
|
| Constructor and Description |
|---|
DecoratorAsyncHandle(AsyncHandle<T> decorated)
Creates a decorator around the specified handle.
|
Copyright © 2016. All Rights Reserved.