Class CreateServiceInstanceBindingResponse

java.lang.Object
org.springframework.cloud.servicebroker.model.AsyncServiceBrokerResponse
org.springframework.cloud.servicebroker.model.binding.CreateServiceInstanceBindingResponse
Direct Known Subclasses:
CreateServiceInstanceAppBindingResponse, CreateServiceInstanceRouteBindingResponse

public class CreateServiceInstanceBindingResponse extends AsyncServiceBrokerResponse
Details of a response to a service instance binding create request.

Service brokers will typically construct one of the subtypes of this class to build a response.

Author:
Scott Frederick, Roy Clarkson
  • Field Details

    • bindingExisted

      protected final boolean bindingExisted
  • Constructor Details

    • CreateServiceInstanceBindingResponse

      protected CreateServiceInstanceBindingResponse(boolean async, String operation, boolean bindingExisted, BindingMetadata metadata)
      Parameters:
      async - is the operation asynchronous
      operation - description of the operation being performed
      bindingExisted - does the service binding already exist with identical parameters
      metadata - the service instance binding metadata
  • Method Details