Class EurekaRegistrySidecar.HeartBeatDaemon

java.lang.Object
java.util.TimerTask
org.refcodes.rest.ext.eureka.EurekaRegistrySidecar.HeartBeatDaemon
All Implemented Interfaces:
Runnable
Enclosing class:
EurekaRegistrySidecar

public static class EurekaRegistrySidecar.HeartBeatDaemon extends TimerTask
  • Constructor Details

    • HeartBeatDaemon

      public HeartBeatDaemon(EurekaRegistry<?> aRegistry, ExecutorService aExecutorService)
      Instantiates a new heart beat daemon.
      Parameters:
      aRegistry - the registry
      aExecutorService - the executor service
  • Method Details