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:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description PropertySourcesLocatedEvent(Object source, LinkedHashMap<String,Long> contextsToIndexes)Create a new ApplicationEvent.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LinkedHashMap<String,Long>getContextsToIndexes()-
Methods inherited from class java.util.EventObject
getSource, toString
-
-
-
-
Constructor Detail
-
PropertySourcesLocatedEvent
public PropertySourcesLocatedEvent(Object source, LinkedHashMap<String,Long> contextsToIndexes)
Create a new ApplicationEvent.- Parameters:
source- the object on which the event initially occurred (nevernull)contextsToIndexes- contexts to indexes
-
-
Method Detail
-
getContextsToIndexes
public LinkedHashMap<String,Long> getContextsToIndexes()
-
-