Class WebEndpointMappingsReadyEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.context.event.ApplicationContextEvent
io.microsphere.spring.web.event.WebEndpointMappingsReadyEvent
All Implemented Interfaces:
Serializable

public class WebEndpointMappingsReadyEvent extends org.springframework.context.event.ApplicationContextEvent
An ApplicationContextEvent was raised when the WebEndpointMappings are ready.
Since:
1.0.0
Author:
Mercy
See Also:
  • Constructor Details

    • WebEndpointMappingsReadyEvent

      public WebEndpointMappingsReadyEvent(org.springframework.context.ApplicationContext source, Collection<WebEndpointMapping> mappings)
      Create a new ApplicationContextEvent.
      Parameters:
      source - the ApplicationContext that the event is raised for (must not be null)
      mappings - list
  • Method Details