@Configuration @ConditionalOnClass(value=org.springframework.cloud.appbroker.logging.recent.ApplicationRecentLogsProvider.class) @ConditionalOnBean(value=org.springframework.cloud.appbroker.logging.ApplicationIdsProvider.class) public class ServiceInstanceRecentLogsAutoConfiguration extends Object
Constructor and Description |
---|
ServiceInstanceRecentLogsAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.springframework.cloud.appbroker.logging.recent.endpoint.RecentLogsController |
recentLogsController(org.springframework.cloud.appbroker.logging.recent.RecentLogsProvider recentLogsProvider) |
org.springframework.cloud.appbroker.logging.recent.RecentLogsProvider |
recentLogsProvider(org.cloudfoundry.client.CloudFoundryClient cloudFoundryClient,
org.cloudfoundry.doppler.DopplerClient dopplerClient,
org.springframework.cloud.appbroker.logging.ApplicationIdsProvider applicationIdsProvider) |
public ServiceInstanceRecentLogsAutoConfiguration()
@Bean public org.springframework.cloud.appbroker.logging.recent.RecentLogsProvider recentLogsProvider(org.cloudfoundry.client.CloudFoundryClient cloudFoundryClient, org.cloudfoundry.doppler.DopplerClient dopplerClient, org.springframework.cloud.appbroker.logging.ApplicationIdsProvider applicationIdsProvider)
@Bean @ConditionalOnMissingBean public org.springframework.cloud.appbroker.logging.recent.endpoint.RecentLogsController recentLogsController(org.springframework.cloud.appbroker.logging.recent.RecentLogsProvider recentLogsProvider)