Package io.quarkus.test.common
Interface IntegrationTestStartedNotifier
public interface IntegrationTestStartedNotifier
Interface than can be implemented to notify the test infrastructure that the produced artifact has started for
non HTTP based
@QuarkusIntegrationTests.
Implementations of this class are loaded via the ServiceLoader mechanism.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interface -
Method Summary
Modifier and TypeMethodDescriptionThis method is called periodically by Quarkus to determine whether or not the application has started.
-
Method Details
-
check
This method is called periodically by Quarkus to determine whether or not the application has started. Quarkus will go through all the implementation ofIntegrationTestStartedNotifierand call this method, returning the first one that indicates a successful start, orIntegrationTestStartedNotifier.Result.NotStartedotherwise
-