Interface SynchronyProxyMonitor
- All Known Implementing Classes:
DefaultSynchronyProxyMonitor
public interface SynchronyProxyMonitor
Monitor the running state of the internal Synchrony Proxy
- Since:
- 6.0.2
-
Field Details
-
SYNCHRONY_PROXY_CONTEXT_PATH
- See Also:
-
SYNCHRONY_PROXY_HEALTHCHECK_DISABLED
- See Also:
-
-
Method Details
-
isSynchronyProxyUp
boolean isSynchronyProxyUp()Determines if the Synchrony Proxy is currently running or not.- Returns:
- true if the Synchrony Proxy is running and responding to requests.
-
startHealthcheck
void startHealthcheck()Ping the Synchrony Proxy healthcheck rest endpoint. Reschedule another ping in SYNCHRONY_PROXY_HEALTHCHECK_INTERVAL seconds.
-