Class TimeoutConfigBean
java.lang.Object
org.eclipse.microprofile.fault.tolerance.tck.config.TimeoutConfigBean
Suite of methods for testing the various parameters of Timeout
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
-
Constructor Details
-
TimeoutConfigBean
public TimeoutConfigBean()
-
-
Method Details
-
serviceValue
- Throws:
InterruptedException
-
serviceUnit
- Throws:
InterruptedException
-
serviceBoth
@Timeout(value=10L, unit=MICROS) @Asynchronous public CompletionStage<Void> serviceBoth() throws InterruptedException- Throws:
InterruptedException
-