Class RequiredServiceInstanceServiceBeanFailureAnalyzer

java.lang.Object
org.springframework.boot.diagnostics.AbstractFailureAnalyzer<ServiceInstanceServiceBeanDoesNotExistException>
org.springframework.cloud.servicebroker.autoconfigure.web.RequiredServiceInstanceServiceBeanFailureAnalyzer
All Implemented Interfaces:
org.springframework.boot.diagnostics.FailureAnalyzer

public class RequiredServiceInstanceServiceBeanFailureAnalyzer extends org.springframework.boot.diagnostics.AbstractFailureAnalyzer<ServiceInstanceServiceBeanDoesNotExistException>
Verifies that a ServiceInstanceService is configured.
Author:
Roy Clarkson