Class FallbackMethodClient
java.lang.Object
org.eclipse.microprofile.fault.tolerance.tck.illegalConfig.FallbackMethodClient
A client to demonstrate the fallback after doing retries
- Author:
- Neil Young
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFallback method with incompatible signature, different return typeserviceB()
Retry 5 times and then fallback
-
Constructor Details
-
FallbackMethodClient
public FallbackMethodClient()
-
-
Method Details
-
serviceB
Retry 5 times and then fallback- Returns:
- a dummy number
-
fallbackForServiceB
Fallback method with incompatible signature, different return type- Returns:
- dummy string
-