Class WebFluxEndpointManagementContextConfiguration

java.lang.Object
org.springframework.boot.actuate.autoconfigure.endpoint.web.reactive.WebFluxEndpointManagementContextConfiguration

@ManagementContextConfiguration(proxyBeanMethods=false) @ConditionalOnWebApplication(type=REACTIVE) @ConditionalOnClass({org.springframework.web.reactive.DispatcherHandler.class,org.springframework.http.server.reactive.HttpHandler.class}) @ConditionalOnBean(org.springframework.boot.actuate.endpoint.web.WebEndpointsSupplier.class) @EnableConfigurationProperties(CorsEndpointProperties.class) public class WebFluxEndpointManagementContextConfiguration extends Object
@ManagementContextConfiguration for Reactive @Endpoint concerns.
Since:
2.0.0
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.boot.actuate.endpoint.web.reactive.ControllerEndpointHandlerMapping
    controllerEndpointHandlerMapping(org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointsSupplier controllerEndpointsSupplier, CorsEndpointProperties corsProperties, WebEndpointProperties webEndpointProperties, org.springframework.boot.actuate.endpoint.EndpointAccessResolver endpointAccessResolver)
    Deprecated, for removal: This API element is subject to removal in a future version.
    org.springframework.boot.actuate.endpoint.web.reactive.AdditionalHealthEndpointPathsWebFluxHandlerMapping
    managementHealthEndpointWebFluxHandlerMapping(org.springframework.boot.actuate.endpoint.web.WebEndpointsSupplier webEndpointsSupplier, org.springframework.boot.actuate.health.HealthEndpointGroups groups)
     
    org.springframework.boot.actuate.endpoint.web.reactive.WebFluxEndpointHandlerMapping
    webEndpointReactiveHandlerMapping(org.springframework.boot.actuate.endpoint.web.WebEndpointsSupplier webEndpointsSupplier, org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointsSupplier controllerEndpointsSupplier, org.springframework.boot.actuate.endpoint.web.EndpointMediaTypes endpointMediaTypes, CorsEndpointProperties corsProperties, WebEndpointProperties webEndpointProperties, org.springframework.core.env.Environment environment)
     

    Methods inherited from class java.lang.Object

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

    • WebFluxEndpointManagementContextConfiguration

      public WebFluxEndpointManagementContextConfiguration()
  • Method Details

    • webEndpointReactiveHandlerMapping

      @Bean @ConditionalOnMissingBean public org.springframework.boot.actuate.endpoint.web.reactive.WebFluxEndpointHandlerMapping webEndpointReactiveHandlerMapping(org.springframework.boot.actuate.endpoint.web.WebEndpointsSupplier webEndpointsSupplier, org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointsSupplier controllerEndpointsSupplier, org.springframework.boot.actuate.endpoint.web.EndpointMediaTypes endpointMediaTypes, CorsEndpointProperties corsProperties, WebEndpointProperties webEndpointProperties, org.springframework.core.env.Environment environment)
    • managementHealthEndpointWebFluxHandlerMapping

      @Bean @ConditionalOnManagementPort(DIFFERENT) @ConditionalOnAvailableEndpoint(endpoint=org.springframework.boot.actuate.health.HealthEndpoint.class, exposure=WEB) @ConditionalOnBean(org.springframework.boot.actuate.health.HealthEndpoint.class) public org.springframework.boot.actuate.endpoint.web.reactive.AdditionalHealthEndpointPathsWebFluxHandlerMapping managementHealthEndpointWebFluxHandlerMapping(org.springframework.boot.actuate.endpoint.web.WebEndpointsSupplier webEndpointsSupplier, org.springframework.boot.actuate.health.HealthEndpointGroups groups)
    • controllerEndpointHandlerMapping

      @Bean @ConditionalOnMissingBean @Deprecated(since="3.3.5", forRemoval=true) public org.springframework.boot.actuate.endpoint.web.reactive.ControllerEndpointHandlerMapping controllerEndpointHandlerMapping(org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointsSupplier controllerEndpointsSupplier, CorsEndpointProperties corsProperties, WebEndpointProperties webEndpointProperties, org.springframework.boot.actuate.endpoint.EndpointAccessResolver endpointAccessResolver)
      Deprecated, for removal: This API element is subject to removal in a future version.