类 BeforeTestcontainerUsedEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.boot.testcontainers.lifecycle.BeforeTestcontainerUsedEvent
所有已实现的接口:
Serializable

@Deprecated(since="3.4.0", forRemoval=true) public class BeforeTestcontainerUsedEvent extends ApplicationEvent
已过时, 待删除: 此 API 元素将从以后的版本中删除。
since 3.4.0 for removal in 4.0.0 in favor of property registration using a DynamicPropertyRegistrar bean that injects the Container from which the properties will be sourced.
Event published just before a Testcontainers Container is used.
从以下版本开始:
3.2.6
作者:
Andy Wilkinson
另请参阅:
  • 构造器详细资料

    • BeforeTestcontainerUsedEvent

      public BeforeTestcontainerUsedEvent(Object source)
      已过时, 待删除: 此 API 元素将从以后的版本中删除。