Class RouteRefreshListener

java.lang.Object
org.springframework.cloud.gateway.route.RouteRefreshListener
All Implemented Interfaces:
EventListener, org.springframework.context.ApplicationListener<org.springframework.context.ApplicationEvent>

public class RouteRefreshListener extends Object implements org.springframework.context.ApplicationListener<org.springframework.context.ApplicationEvent>
  • Constructor Details

    • RouteRefreshListener

      public RouteRefreshListener(org.springframework.context.ApplicationEventPublisher publisher)
  • Method Details

    • onApplicationEvent

      public void onApplicationEvent(org.springframework.context.ApplicationEvent event)
      Specified by:
      onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.context.ApplicationEvent>