Class InMemoryServiceInstanceStateRepository

java.lang.Object
org.springframework.cloud.appbroker.state.InMemoryServiceInstanceStateRepository
All Implemented Interfaces:
ServiceInstanceStateRepository

public class InMemoryServiceInstanceStateRepository extends Object implements ServiceInstanceStateRepository
Default implementation of ServiceInstanceStateRepository meant for demonstration and testing purposes only.

WARNING: This implementation is not intended for production applications!