Class WebFluxEndpointManagementContextConfiguration

    • Method Detail

      • 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)
      • controllerEndpointHandlerMapping

        @Bean
        @ConditionalOnMissingBean
        public org.springframework.boot.actuate.endpoint.web.reactive.ControllerEndpointHandlerMapping controllerEndpointHandlerMapping​(org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointsSupplier controllerEndpointsSupplier,
                                                                                                                                        CorsEndpointProperties corsProperties,
                                                                                                                                        WebEndpointProperties webEndpointProperties)