@RequestScoped public class BaseRetryOnMethodService extends Object implements RetryService
Constructor and Description |
---|
BaseRetryOnMethodService() |
Modifier and Type | Method and Description |
---|---|
protected Connection |
delegate() |
int |
getNumberOfServiceCalls() |
Connection |
service() |
@Retry public Connection service() throws IOException
service
in interface RetryService
IOException
protected Connection delegate() throws IOException
IOException
public int getNumberOfServiceCalls()
getNumberOfServiceCalls
in interface RetryService
Copyright © 2020 Eclipse Foundation. All rights reserved.