Class RefreshScopeRefreshedEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- org.springframework.cloud.context.scope.refresh.RefreshScopeRefreshedEvent
-
- All Implemented Interfaces:
Serializable
public class RefreshScopeRefreshedEvent extends org.springframework.context.ApplicationEvent- Author:
- Spencer Gibb
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_NAMEDefault name for the refresh scope refreshed event.-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description RefreshScopeRefreshedEvent()RefreshScopeRefreshedEvent(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()-
Methods inherited from class java.util.EventObject
getSource, toString
-
-
-
-
Field Detail
-
DEFAULT_NAME
public static final String DEFAULT_NAME
Default name for the refresh scope refreshed event.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
RefreshScopeRefreshedEvent
public RefreshScopeRefreshedEvent()
-
RefreshScopeRefreshedEvent
public RefreshScopeRefreshedEvent(String name)
-
-
Method Detail
-
getName
public String getName()
-
-