Uses of Class
org.springframework.cloud.gateway.event.RefreshRoutesEvent
Packages that use RefreshRoutesEvent
Package
Description
TODO: package javadoc.
TODO: package javadoc.
-
Uses of RefreshRoutesEvent in org.springframework.cloud.gateway.handler
Classes in org.springframework.cloud.gateway.handler that implement interfaces with type arguments of type RefreshRoutesEventModifier and TypeClassDescriptionclassWebHandler that delegates to a chain ofGlobalFilterinstances andGatewayFilterFactoryinstances then to the targetWebHandler.Methods in org.springframework.cloud.gateway.handler with parameters of type RefreshRoutesEventModifier and TypeMethodDescriptionvoidFilteringWebHandler.onApplicationEvent(RefreshRoutesEvent event) -
Uses of RefreshRoutesEvent in org.springframework.cloud.gateway.route
Classes in org.springframework.cloud.gateway.route that implement interfaces with type arguments of type RefreshRoutesEventModifier and TypeClassDescriptionclassclassclassA metric to track the number of routes definitions on the gateway.Methods in org.springframework.cloud.gateway.route with parameters of type RefreshRoutesEventModifier and TypeMethodDescriptionvoidCachingRouteDefinitionLocator.onApplicationEvent(RefreshRoutesEvent event) voidCachingRouteLocator.onApplicationEvent(RefreshRoutesEvent event) voidRouteDefinitionMetrics.onApplicationEvent(RefreshRoutesEvent event)