Class AppDeploymentInstanceWorkflow

java.lang.Object
org.springframework.cloud.appbroker.workflow.instance.AppDeploymentInstanceWorkflow
Direct Known Subclasses:
AppDeploymentCreateServiceInstanceWorkflow, AppDeploymentDeleteServiceInstanceWorkflow, AppDeploymentUpdateServiceInstanceWorkflow

public class AppDeploymentInstanceWorkflow extends Object
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected reactor.core.publisher.Mono<Boolean>
    accept(org.springframework.cloud.servicebroker.model.catalog.ServiceDefinition serviceDefinition, org.springframework.cloud.servicebroker.model.catalog.Plan plan)
     
    protected reactor.core.publisher.Mono<List<BackingApplication>>
    getBackingApplicationsForService(org.springframework.cloud.servicebroker.model.catalog.ServiceDefinition serviceDefinition, org.springframework.cloud.servicebroker.model.catalog.Plan plan)
     
    protected reactor.core.publisher.Mono<List<BackingService>>
    getBackingServicesForService(org.springframework.cloud.servicebroker.model.catalog.ServiceDefinition serviceDefinition, org.springframework.cloud.servicebroker.model.catalog.Plan plan)
     
    protected reactor.core.publisher.Mono<TargetSpec>
    getTargetForService(org.springframework.cloud.servicebroker.model.catalog.ServiceDefinition serviceDefinition, org.springframework.cloud.servicebroker.model.catalog.Plan plan)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AppDeploymentInstanceWorkflow

      protected AppDeploymentInstanceWorkflow(BrokeredServices brokeredServices)
  • Method Details

    • accept

      protected reactor.core.publisher.Mono<Boolean> accept(org.springframework.cloud.servicebroker.model.catalog.ServiceDefinition serviceDefinition, org.springframework.cloud.servicebroker.model.catalog.Plan plan)
    • getTargetForService

      protected reactor.core.publisher.Mono<TargetSpec> getTargetForService(org.springframework.cloud.servicebroker.model.catalog.ServiceDefinition serviceDefinition, org.springframework.cloud.servicebroker.model.catalog.Plan plan)
    • getBackingApplicationsForService

      protected reactor.core.publisher.Mono<List<BackingApplication>> getBackingApplicationsForService(org.springframework.cloud.servicebroker.model.catalog.ServiceDefinition serviceDefinition, org.springframework.cloud.servicebroker.model.catalog.Plan plan)
    • getBackingServicesForService

      protected reactor.core.publisher.Mono<List<BackingService>> getBackingServicesForService(org.springframework.cloud.servicebroker.model.catalog.ServiceDefinition serviceDefinition, org.springframework.cloud.servicebroker.model.catalog.Plan plan)