Uses of Interface
org.springframework.boot.actuate.endpoint.web.annotation.ExposableControllerEndpoint
Packages that use ExposableControllerEndpoint
Package
Description
Annotation support for actuator web endpoints.
Spring WebFlux support for actuator endpoints.
Spring MVC support for actuator endpoints.
-
Uses of ExposableControllerEndpoint in org.springframework.boot.actuate.endpoint.web.annotation
Subclasses with type arguments of type ExposableControllerEndpoint in org.springframework.boot.actuate.endpoint.web.annotationModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.Subinterfaces with type arguments of type ExposableControllerEndpoint in org.springframework.boot.actuate.endpoint.web.annotationModifier and TypeInterfaceDescriptioninterfaceDeprecated, for removal: This API element is subject to removal in a future version.since 3.3.3 in favor of@Endpointand@WebEndpointsupportMethods in org.springframework.boot.actuate.endpoint.web.annotation that return ExposableControllerEndpointModifier and TypeMethodDescriptionprotected ExposableControllerEndpointControllerEndpointDiscoverer.createEndpoint(Object endpointBean, EndpointId id, Access defaultAccess, Collection<Operation> operations) Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.springframework.boot.actuate.endpoint.web.annotation with parameters of type ExposableControllerEndpointModifier and TypeMethodDescriptionprotected booleanControllerEndpointDiscoverer.isInvocable(ExposableControllerEndpoint endpoint) Deprecated, for removal: This API element is subject to removal in a future version.Constructor parameters in org.springframework.boot.actuate.endpoint.web.annotation with type arguments of type ExposableControllerEndpointModifierConstructorDescriptionControllerEndpointDiscoverer(ApplicationContext applicationContext, @Nullable List<PathMapper> endpointPathMappers, Collection<EndpointFilter<ExposableControllerEndpoint>> filters) Deprecated, for removal: This API element is subject to removal in a future version.Create a newControllerEndpointDiscovererinstance. -
Uses of ExposableControllerEndpoint in org.springframework.boot.webflux.actuate.endpoint.web
Constructor parameters in org.springframework.boot.webflux.actuate.endpoint.web with type arguments of type ExposableControllerEndpointModifierConstructorDescriptionControllerEndpointHandlerMapping(EndpointMapping endpointMapping, Collection<ExposableControllerEndpoint> endpoints, @Nullable CorsConfiguration corsConfiguration) Deprecated, for removal: This API element is subject to removal in a future version.Create a newControllerEndpointHandlerMappinginstance providing mappings for the specified endpoints.ControllerEndpointHandlerMapping(EndpointMapping endpointMapping, Collection<ExposableControllerEndpoint> endpoints, @Nullable CorsConfiguration corsConfiguration, EndpointAccessResolver endpointAccessResolver) Deprecated, for removal: This API element is subject to removal in a future version.Create a newControllerEndpointHandlerMappinginstance providing mappings for the specified endpoints. -
Uses of ExposableControllerEndpoint in org.springframework.boot.webmvc.actuate.endpoint.web
Constructor parameters in org.springframework.boot.webmvc.actuate.endpoint.web with type arguments of type ExposableControllerEndpointModifierConstructorDescriptionControllerEndpointHandlerMapping(EndpointMapping endpointMapping, Collection<ExposableControllerEndpoint> endpoints, @Nullable CorsConfiguration corsConfiguration) Deprecated, for removal: This API element is subject to removal in a future version.Create a newControllerEndpointHandlerMappinginstance providing mappings for the specified endpoints.ControllerEndpointHandlerMapping(EndpointMapping endpointMapping, Collection<ExposableControllerEndpoint> endpoints, @Nullable CorsConfiguration corsConfiguration, EndpointAccessResolver endpointAccessResolver) Deprecated, for removal: This API element is subject to removal in a future version.Create a newControllerEndpointHandlerMappinginstance providing mappings for the specified endpoints.
@Endpointand@WebEndpointsupport