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