Class DefaultSynchronyProxyMonitor

java.lang.Object
com.atlassian.confluence.plugins.synchrony.bootstrap.DefaultSynchronyProxyMonitor
All Implemented Interfaces:
SynchronyProxyMonitor

@Component public class DefaultSynchronyProxyMonitor extends Object implements SynchronyProxyMonitor
  • Constructor Details

  • Method Details

    • startHealthcheck

      public void startHealthcheck()
      Description copied from interface: SynchronyProxyMonitor
      Ping the Synchrony Proxy healthcheck rest endpoint. Reschedule another ping in SYNCHRONY_PROXY_HEALTHCHECK_INTERVAL seconds.
      Specified by:
      startHealthcheck in interface SynchronyProxyMonitor
    • isSynchronyProxyUp

      public boolean isSynchronyProxyUp()
      Description copied from interface: SynchronyProxyMonitor
      Determines if the Synchrony Proxy is currently running or not.
      Specified by:
      isSynchronyProxyUp in interface SynchronyProxyMonitor
      Returns:
      true if the Synchrony Proxy is running and responding to requests.