Class CloudFoundryReactiveHealthEndpointWebExtension

java.lang.Object
org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive.CloudFoundryReactiveHealthEndpointWebExtension

@EndpointCloudFoundryExtension(endpoint=org.springframework.boot.actuate.health.HealthEndpoint.class) public class CloudFoundryReactiveHealthEndpointWebExtension extends Object
Reactive @EndpointExtension for the HealthEndpoint that always exposes full health details.
Since:
2.0.0
  • Constructor Summary

    Constructors
    Constructor
    Description
    CloudFoundryReactiveHealthEndpointWebExtension(org.springframework.boot.actuate.health.ReactiveHealthEndpointWebExtension delegate)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    reactor.core.publisher.Mono<org.springframework.boot.actuate.endpoint.web.WebEndpointResponse<? extends org.springframework.boot.actuate.health.HealthComponent>>
    health(org.springframework.boot.actuate.endpoint.ApiVersion apiVersion)
     
    reactor.core.publisher.Mono<org.springframework.boot.actuate.endpoint.web.WebEndpointResponse<? extends org.springframework.boot.actuate.health.HealthComponent>>
    health(org.springframework.boot.actuate.endpoint.ApiVersion apiVersion, String... path)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CloudFoundryReactiveHealthEndpointWebExtension

      public CloudFoundryReactiveHealthEndpointWebExtension(org.springframework.boot.actuate.health.ReactiveHealthEndpointWebExtension delegate)
  • Method Details

    • health

      @ReadOperation public reactor.core.publisher.Mono<org.springframework.boot.actuate.endpoint.web.WebEndpointResponse<? extends org.springframework.boot.actuate.health.HealthComponent>> health(org.springframework.boot.actuate.endpoint.ApiVersion apiVersion)
    • health

      @ReadOperation public reactor.core.publisher.Mono<org.springframework.boot.actuate.endpoint.web.WebEndpointResponse<? extends org.springframework.boot.actuate.health.HealthComponent>> health(org.springframework.boot.actuate.endpoint.ApiVersion apiVersion, @Selector(match=ALL_REMAINING) String... path)