类 WebFluxEndpointManagementContextConfiguration

    • 方法详细资料

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