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:
  • Constructor Details

    • PropertySourcesLocatedEvent

      public PropertySourcesLocatedEvent(Object source, LinkedHashMap<String,Long> contextsToIndexes)
      Create a new ApplicationEvent.
      Parameters:
      source - the object on which the event initially occurred (never null)
      contextsToIndexes - contexts to indexes
  • Method Details