public abstract class AsyncServiceInstanceRequest extends ServiceBrokerRequest
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ASYNC_REQUEST_PARAMETER |
protected boolean |
asyncAccepted
Indicates whether clients of the service broker allow the broker to complete the request asynchronously.
|
API_INFO_LOCATION_HEADER, apiInfoLocation, cfInstanceId, ORIGINATING_IDENTITY_HEADER, originatingIdentity
Constructor and Description |
---|
AsyncServiceInstanceRequest() |
public static final java.lang.String ASYNC_REQUEST_PARAMETER
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.