public abstract class AsyncServiceInstanceRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
asyncAccepted
Indicates whether clients of the service broker allow the broker to complete the request asynchronously.
|
| Constructor and Description |
|---|
AsyncServiceInstanceRequest() |
protected boolean asyncAccepted
false value indicates that clients do not allow asynchronous processing of requests, a
true value indicates that clients do allow asynchronous processing.