Package ca.cdr.api.fhirgw.json
Class GatewayTargetRetryStrategyJson
java.lang.Object
ca.cdr.api.fhirgw.json.GatewayTargetRetryStrategyJson
- All Implemented Interfaces:
IModelJson
,IModelJson
,Cloneable
-
Field Summary
Fields inherited from interface ca.uhn.fhir.model.api.IModelJson
SENSITIVE_DATA_FILTER_NAME
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
int
void
setBackoffInterval
(long theBackoffInterval) void
setBackoffStrategy
(RetryStrategyEnum theBackoffStrategy) void
setErrorRetryClasses
(List<String> theErrorRetryClasses) void
setMaxRetries
(int theMaxRetries)
-
Constructor Details
-
GatewayTargetRetryStrategyJson
public GatewayTargetRetryStrategyJson()
-
-
Method Details
-
getMaxRetries
-
setMaxRetries
-
getBackoffStrategy
-
setBackoffStrategy
-
getErrorRetryClasses
-
setErrorRetryClasses
-
getBackoffInterval
-
setBackoffInterval
-