Class BeforeTestcontainersPropertySuppliedEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.boot.testcontainers.properties.BeforeTestcontainersPropertySuppliedEvent
All Implemented Interfaces:
Serializable

public class BeforeTestcontainersPropertySuppliedEvent extends ApplicationEvent
Event published just before the value supplier of a TestcontainersPropertySource property is called.
Since:
3.2.2
Author:
Phillip Webb
See Also:
  • Method Details

    • getPropertyName

      public String getPropertyName()
      Return the name of the property about to be supplied.
      Returns:
      the propertyName the property name