Class RouteDeletedEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.cloud.gateway.event.RouteDeletedEvent
All Implemented Interfaces:
Serializable

public class RouteDeletedEvent extends org.springframework.context.ApplicationEvent
See Also:
  • Constructor Details

    • RouteDeletedEvent

      public RouteDeletedEvent(Object source, String routeId)
  • Method Details

    • getRouteId

      public String getRouteId()