Class RefreshRoutesEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- org.springframework.cloud.gateway.event.RefreshRoutesEvent
-
- All Implemented Interfaces:
Serializable
public class RefreshRoutesEvent extends org.springframework.context.ApplicationEvent- Author:
- Spencer Gibb
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description RefreshRoutesEvent(Object source)Create a new ApplicationEvent.
-
-
-
Constructor Detail
-
RefreshRoutesEvent
public RefreshRoutesEvent(Object source)
Create a new ApplicationEvent.- Parameters:
source- the object on which the event initially occurred (nevernull)
-
-