Uses of Enum Class
org.springframework.boot.actuate.endpoint.ApiVersion
Packages that use ApiVersion
Package
Description
Endpoint support.
Auto-configuration for Cloud Foundry WebFlux endpoints.
Auto-configuration for Cloud Foundry Servlet endpoints.
Actuator endpoint for health.
-
Uses of ApiVersion in org.springframework.boot.actuate.endpoint
Subclasses with type arguments of type ApiVersion in org.springframework.boot.actuate.endpointClasses in org.springframework.boot.actuate.endpoint that implement interfaces with type arguments of type ApiVersionFields in org.springframework.boot.actuate.endpoint declared as ApiVersionModifier and TypeFieldDescriptionstatic final ApiVersionApiVersion.LATESTThe latest API version.Methods in org.springframework.boot.actuate.endpoint that return ApiVersionModifier and TypeMethodDescriptionstatic ApiVersionReturns the enum constant of this class with the specified name.static ApiVersion[]ApiVersion.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ApiVersion in org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.reactive
Methods in org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.reactive with parameters of type ApiVersionModifier and TypeMethodDescriptionreactor.core.publisher.Mono<WebEndpointResponse<? extends HealthDescriptor>> CloudFoundryReactiveHealthEndpointWebExtension.health(ApiVersion apiVersion) reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthDescriptor>> CloudFoundryReactiveHealthEndpointWebExtension.health(ApiVersion apiVersion, String... path) -
Uses of ApiVersion in org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.servlet
Methods in org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.servlet with parameters of type ApiVersionModifier and TypeMethodDescriptionCloudFoundryHealthEndpointWebExtension.health(ApiVersion apiVersion) CloudFoundryHealthEndpointWebExtension.health(ApiVersion apiVersion, String... path) -
Uses of ApiVersion in org.springframework.boot.health.actuate.endpoint
Methods in org.springframework.boot.health.actuate.endpoint with parameters of type ApiVersionModifier and TypeMethodDescriptionprotected HealthDescriptorHealthEndpoint.aggregateDescriptors(ApiVersion apiVersion, Map<String, HealthDescriptor> contributions, StatusAggregator statusAggregator, boolean showComponents, @Nullable Set<String> groupNames) protected HealthDescriptorHealthEndpointWebExtension.aggregateDescriptors(ApiVersion apiVersion, Map<String, HealthDescriptor> contributions, StatusAggregator statusAggregator, boolean showComponents, @Nullable Set<String> groupNames) protected reactor.core.publisher.Mono<? extends HealthDescriptor> ReactiveHealthEndpointWebExtension.aggregateDescriptors(ApiVersion apiVersion, Map<String, reactor.core.publisher.Mono<? extends HealthDescriptor>> contributions, StatusAggregator statusAggregator, boolean showComponents, @Nullable Set<String> groupNames) HealthEndpointWebExtension.health(ApiVersion apiVersion, @Nullable WebServerNamespace serverNamespace, SecurityContext securityContext, boolean showAll, String... path) HealthEndpointWebExtension.health(ApiVersion apiVersion, WebServerNamespace serverNamespace, SecurityContext securityContext) HealthEndpointWebExtension.health(ApiVersion apiVersion, WebServerNamespace serverNamespace, SecurityContext securityContext, String... path) reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthDescriptor>> ReactiveHealthEndpointWebExtension.health(ApiVersion apiVersion, @Nullable WebServerNamespace serverNamespace, SecurityContext securityContext) reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthDescriptor>> ReactiveHealthEndpointWebExtension.health(ApiVersion apiVersion, @Nullable WebServerNamespace serverNamespace, SecurityContext securityContext, boolean showAll, String... path) reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthDescriptor>> ReactiveHealthEndpointWebExtension.health(ApiVersion apiVersion, @Nullable WebServerNamespace serverNamespace, SecurityContext securityContext, String... path)