Interface SynchronyProxyMonitor

  • All Known Implementing Classes:
    DefaultSynchronyProxyMonitor

    public interface SynchronyProxyMonitor
    Monitor the running state of the internal Synchrony Proxy
    Since:
    6.0.2
    • Method Detail

      • 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.