Class RefreshEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- org.springframework.cloud.endpoint.event.RefreshEvent
-
- All Implemented Interfaces:
Serializable
public class RefreshEvent extends org.springframework.context.ApplicationEventEvent that triggers a call toRefreshEndpoint.refresh().- Author:
- Spencer Gibb
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description RefreshEvent(Object source, Object event, String eventDesc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetEvent()StringgetEventDesc()-
Methods inherited from class java.util.EventObject
getSource, toString
-
-