Interface HealthService.ProbeRegistration

Enclosing interface:
HealthService
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface HealthService.ProbeRegistration
A handle to unregister a HealthProbe from a HealthService.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Unregister the probe.
  • Method Details

    • unregister

      void unregister()
      Unregister the probe.