@Service public class NoOpCreateServiceInstanceWorkflow extends Object implements CreateServiceInstanceWorkflow
Constructor and Description |
---|
NoOpCreateServiceInstanceWorkflow() |
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Mono<Boolean> |
accept(org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest request) |
reactor.core.publisher.Mono<org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceResponse.CreateServiceInstanceResponseBuilder> |
buildResponse(org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest request,
org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceResponse.CreateServiceInstanceResponseBuilder responseBuilder) |
reactor.core.publisher.Mono<Void> |
create(org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest request,
org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceResponse response) |
public reactor.core.publisher.Mono<Void> create(org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest request, org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceResponse response)
create
in interface CreateServiceInstanceWorkflow
public reactor.core.publisher.Mono<Boolean> accept(org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest request)
accept
in interface CreateServiceInstanceWorkflow
public reactor.core.publisher.Mono<org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceResponse.CreateServiceInstanceResponseBuilder> buildResponse(org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceRequest request, org.springframework.cloud.servicebroker.model.instance.CreateServiceInstanceResponse.CreateServiceInstanceResponseBuilder responseBuilder)
buildResponse
in interface CreateServiceInstanceWorkflow