java.lang.Object
de.codecentric.boot.admin.server.services.IntervalCheck

public class IntervalCheck extends Object
Calls the checkFn for all instances in the given time, but not before the given retention time has passed. The instances which will be checked have to be registered via `markAsChecked`.
Author:
Johannes Edmeier
  • Constructor Details

  • Method Details

    • start

      public void start()
    • markAsChecked

      public void markAsChecked(InstanceId instanceId)
    • checkAllInstances

      protected reactor.core.publisher.Mono<Void> checkAllInstances()
    • stop

      public void stop()
    • setInterval

      public void setInterval(Duration interval)
    • setMinRetention

      public void setMinRetention(Duration minRetention)