@RequestScoped public class FallbackClientWithBothFallbacks extends Object
| Constructor and Description |
|---|
FallbackClientWithBothFallbacks() |
| Modifier and Type | Method and Description |
|---|---|
int |
serviceB()
Retry 5 times and then fallback
|
int |
serviceBFallback() |
@Retry(maxRetries=4) @Fallback(value=IncompatibleFallbackHandler.class, fallbackMethod="serviceBFallback") public int serviceB()
public int serviceBFallback()
Copyright © 2016 – 2022 Eclipse Foundation. All rights reserved.
Use is subject to license terms.