public abstract class AsyncServiceInstanceResponse
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
async
Indicates whether the request to the service broker is complete.
|
protected java.lang.String |
operation
For async responses, service brokers can return operation state as a string.
|
Constructor and Description |
---|
AsyncServiceInstanceResponse() |
protected boolean async
false
value indicates that the
request was completed, a true
value indicates that the broker is processing the request
asynchronously.protected java.lang.String operation
null
to indicate
that an operation state is not provided.