Package io.microsphere.spring.web.event
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:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionWebEndpointMappingsReadyEvent
(org.springframework.context.ApplicationContext source, Collection<WebEndpointMapping> mappings) Create a new ApplicationContextEvent. -
Method Summary
Methods inherited from class org.springframework.context.event.ApplicationContextEvent
getApplicationContext
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
getSource
-
Constructor Details
-
WebEndpointMappingsReadyEvent
public WebEndpointMappingsReadyEvent(org.springframework.context.ApplicationContext source, Collection<WebEndpointMapping> mappings) Create a new ApplicationContextEvent.- Parameters:
source
- theApplicationContext
that the event is raised for (must not benull
)mappings
- list
-
-
Method Details
-
getMappings
-
toString
- Overrides:
toString
in classEventObject
-