| Package | Description |
|---|---|
| com.vmware.vapi.core |
| Modifier and Type | Method and Description |
|---|---|
Consumer<AsyncHandle<MethodResult>> |
MethodResult.getNext()
Returns the handle to receive the next
AsyncHandle or
null. |
| Modifier and Type | Method and Description |
|---|---|
void |
MethodResult.setNext(Consumer<AsyncHandle<MethodResult>> next)
Sets the
Consumer for the next frame of the result |
| Constructor and Description |
|---|
MethodResult(DataValue output,
ErrorValue error,
Consumer<AsyncHandle<MethodResult>> next)
Constructor.
|
Copyright © 2022. All rights reserved.