Class PropertySourcesLocatedEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.cloud.consul.config.PropertySourcesLocatedEvent
- All Implemented Interfaces:
Serializable
public class PropertySourcesLocatedEvent
extends org.springframework.context.ApplicationEvent
- Author:
- Spencer Gibb
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionPropertySourcesLocatedEvent(Object source, LinkedHashMap<String, Long> contextsToIndexes) Create a new ApplicationEvent. -
Method Summary
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
PropertySourcesLocatedEvent
Create a new ApplicationEvent.- Parameters:
source- the object on which the event initially occurred (nevernull)contextsToIndexes- contexts to indexes
-
-
Method Details
-
getContextsToIndexes
-