public class ProvisioningMessage extends Object
| Constructor and Description |
|---|
ProvisioningMessage() |
| Modifier and Type | Method and Description |
|---|---|
void |
await()
Wait for provision message to be processed.
|
void |
complete(Object value)
Provide a response for the provisioning request.
|
public void await()
throws InterruptedException
InterruptedException - if the thread is interrupted while waiting for the response.public void complete(Object value)
value - to be returned to the caller.Copyright © 2014-2023 Real Logic Limited. All Rights Reserved.