Uses of Annotation Interface
org.springframework.boot.autoconfigure.condition.ConditionalOnCloudPlatform
Packages that use ConditionalOnCloudPlatform
Package
Description
Auto-configuration for actuator Cloud Foundry concerns using WebFlux.
Auto-configuration for actuator Cloud Foundry concerns using Spring MVC.
-
Uses of ConditionalOnCloudPlatform in org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive
Classes in org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive with annotations of type ConditionalOnCloudPlatformModifier and TypeClassDescriptionclass
Auto-configuration
to expose actuator endpoints for Cloud Foundry to use in a reactive environment. -
Uses of ConditionalOnCloudPlatform in org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet
Classes in org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet with annotations of type ConditionalOnCloudPlatformModifier and TypeClassDescriptionclass
Auto-configuration
to expose actuator endpoints for Cloud Foundry to use.