Class ControlledInvocation
java.lang.Object
org.eclipse.microprofile.metrics.tck.util.ControlledInvocation
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ControlledInvocation
-
-
Method Details
-
start
Start the invocation and synchronously wait until we are sure that the relevant metrics were updated.- Throws:
InterruptedExceptionTimeoutException
-
stop
public void stop()Stop the invocation and synchronously wait until we are sure that the relevant metrics were updated.
-