Uses of Class
com.sap.cloudfoundry.client.facade.domain.ApplicationLog
-
Packages that use ApplicationLog Package Description com.sap.cloudfoundry.client.facade com.sap.cloudfoundry.client.facade.adapters com.sap.cloudfoundry.client.facade.domain -
-
Uses of ApplicationLog in com.sap.cloudfoundry.client.facade
Methods in com.sap.cloudfoundry.client.facade with parameters of type ApplicationLog Modifier and Type Method Description voidApplicationLogListener. onMessage(ApplicationLog log) -
Uses of ApplicationLog in com.sap.cloudfoundry.client.facade.adapters
Methods in com.sap.cloudfoundry.client.facade.adapters that return types with arguments of type ApplicationLog Modifier and Type Method Description List<ApplicationLog>LogCacheClient. getRecentLogs(UUID applicationGuid, LocalDateTime offset) -
Uses of ApplicationLog in com.sap.cloudfoundry.client.facade.domain
Subclasses of ApplicationLog in com.sap.cloudfoundry.client.facade.domain Modifier and Type Class Description classImmutableApplicationLogImmutable implementation ofApplicationLog.Methods in com.sap.cloudfoundry.client.facade.domain with parameters of type ApplicationLog Modifier and Type Method Description intApplicationLog. compareTo(ApplicationLog other)static ImmutableApplicationLogImmutableApplicationLog. copyOf(ApplicationLog instance)Creates an immutable copy of aApplicationLogvalue.ImmutableApplicationLog.BuilderImmutableApplicationLog.Builder. from(ApplicationLog instance)Fill a builder with attribute values from the providedApplicationLoginstance.
-