Class BeforeTestcontainerUsedEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.boot.testcontainers.lifecycle.BeforeTestcontainerUsedEvent
- All Implemented Interfaces:
Serializable
@Deprecated(since="3.4.0",
forRemoval=true)
public class BeforeTestcontainerUsedEvent
extends ApplicationEvent
Deprecated, for removal: This API element is subject to removal in a future version.
Event published just before a Testcontainers
Container
is used.- Since:
- 3.2.6
- Author:
- Andy Wilkinson
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionBeforeTestcontainerUsedEvent
(Object source) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
BeforeTestcontainerUsedEvent
Deprecated, for removal: This API element is subject to removal in a future version.
-
DynamicPropertyRegistrar
bean that injects theContainer
from which the properties will be sourced.