gov.va.med.vistalink.adapter.record
Interface VistaLinkRequestRetryStrategy
- All Known Implementing Classes:
- VistaLinkRequestRetryStrategyAllow, VistaLinkRequestRetryStrategyDeny
- public interface VistaLinkRequestRetryStrategy
Base strategy interface for determining if request should be re-executed
- Version:
- 1.5.0.026
- Author:
- Application Modernization - Foundations Team
Method Summary |
boolean |
execute(VistaLinkRequestVO request)
Determines if it is ok to retry executing the request after it the failed to complete
because of a socket error or other system type problem. |
execute
public boolean execute(VistaLinkRequestVO request)
- Determines if it is ok to retry executing the request after it the failed to complete
because of a socket error or other system type problem.
- Parameters:
request
- VistaLinkRequestVO instance reference for the request
- Returns:
- boolean that indicates 1) true == attempt retry or 2) false == do not attempt retry
VistALink v1.5.0.026