public class ApplicationRecentLogsProvider extends Object implements RecentLogsProvider
Constructor and Description |
---|
ApplicationRecentLogsProvider(org.cloudfoundry.client.CloudFoundryClient client,
org.cloudfoundry.doppler.DopplerClient dopplerClient,
ApplicationIdsProvider applicationIdsProvider) |
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Flux<org.cloudfoundry.dropsonde.events.Envelope> |
getLogs(String serviceInstanceId) |
protected reactor.core.publisher.Flux<org.cloudfoundry.doppler.Envelope> |
recentLogs(String applicationId) |
public ApplicationRecentLogsProvider(org.cloudfoundry.client.CloudFoundryClient client, org.cloudfoundry.doppler.DopplerClient dopplerClient, ApplicationIdsProvider applicationIdsProvider)
public reactor.core.publisher.Flux<org.cloudfoundry.dropsonde.events.Envelope> getLogs(String serviceInstanceId)
getLogs
in interface RecentLogsProvider
protected reactor.core.publisher.Flux<org.cloudfoundry.doppler.Envelope> recentLogs(String applicationId)