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:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDefault name for the refresh scope refreshed event.Fields inherited from class EventObject
source -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class EventObject
getSource, toString
-
Field Details
-
DEFAULT_NAME
Default name for the refresh scope refreshed event.- See Also:
-
-
Constructor Details
-
RefreshScopeRefreshedEvent
public RefreshScopeRefreshedEvent() -
RefreshScopeRefreshedEvent
-
-
Method Details
-
getName
-