Uses of Interface
org.eclipse.microprofile.fault.tolerance.tck.util.Connection
Packages that use Connection
Package
Description
-
Uses of Connection in org.eclipse.microprofile.fault.tolerance.tck.asynchronous
Methods in org.eclipse.microprofile.fault.tolerance.tck.asynchronous that return types with arguments of type ConnectionModifier and TypeMethodDescriptionService an operation until waitCondition is completed or 1000 second timeout.Service an operation until waitCondition is completed or 1000 second timeout.Service an operation until waitCondition is completed or 1000 second timeout.Service an operation until waitCondition is completed or 1000 second timeout.AsyncClient.serviceCS
(Future<?> waitCondition, CompletionStage<Connection> stageToReturn) Method parameters in org.eclipse.microprofile.fault.tolerance.tck.asynchronous with type arguments of type ConnectionModifier and TypeMethodDescriptionAsyncClient.serviceCS
(Future<?> waitCondition, CompletionStage<Connection> stageToReturn) -
Uses of Connection in org.eclipse.microprofile.fault.tolerance.tck.asynctimeout.clientserver
Methods in org.eclipse.microprofile.fault.tolerance.tck.asynctimeout.clientserver that return types with arguments of type ConnectionModifier and TypeMethodDescriptionAsyncClassLevelTimeoutClient.serviceA()
serviceA is a slow running service that will take 5 seconds in normal operation.AsyncTimeoutClient.serviceA()
serviceA is a slow running service that will take 5 seconds in normal operation.AsyncTimeoutClient.serviceB()
serviceB is a fast running service that will take 0.5 seconds in normal operation.