Class BeforeTestcontainersPropertySuppliedEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.boot.testcontainers.lifecycle.BeforeTestcontainerUsedEvent
org.springframework.boot.testcontainers.properties.BeforeTestcontainersPropertySuppliedEvent
- All Implemented Interfaces:
Serializable
@Deprecated(since="3.2.6",
forRemoval=true)
public class BeforeTestcontainersPropertySuppliedEvent
extends BeforeTestcontainerUsedEvent
Deprecated, for removal: This API element is subject to removal in a future version.
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 TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Return the name of the property about to be supplied.Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
getSource, toString
-
Method Details
-
getPropertyName
Deprecated, for removal: This API element is subject to removal in a future version.Return the name of the property about to be supplied.- Returns:
- the propertyName the property name
-
BeforeTestcontainerUsedEvent