The Open Service brokers APIarrow-up-right defines an HTTP interface to manage the lifecycle of services. Service brokers are responsible for:
Provisioning (creating or updating) service instances
Creating bindings between a service instance and a client application
Deleting bindings between a service instance and a client application
Deprovisioning (deleting) service instances.
Spring Boot open service brokerarrow-up-right
Last updated 3 years ago