Class BeforeTestcontainersPropertySuppliedEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.boot.testcontainers.properties.BeforeTestcontainersPropertySuppliedEvent
- All Implemented Interfaces:
Serializable
Event published just before the
value supplier of a
TestcontainersPropertySource property is called.- Since:
- 3.2.2
- Author:
- Phillip Webb
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Method Summary
Modifier and TypeMethodDescriptionReturn the name of the property about to be supplied.Methods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
getSource, toString
-
Method Details
-
getPropertyName
Return the name of the property about to be supplied.- Returns:
- the propertyName the property name
-