@RequestScoped @Retry(maxRetries=5) public class ConfigClassLevelClient extends Object
Constructor and Description |
---|
ConfigClassLevelClient() |
Modifier and Type | Method and Description |
---|---|
int |
getCounterForInvokingConnectionService() |
Connection |
serviceA() |
Connection |
serviceB() |
public Connection serviceA()
@Retry(maxRetries=1) public Connection serviceB()
public int getCounterForInvokingConnectionService()
Copyright © 2016 – 2022 Eclipse Foundation. All rights reserved.
Use is subject to license terms.