Interface StatusHealthSupplier

All Superinterfaces:
Supplier<CompletionStage<StatusInfo>>

public interface StatusHealthSupplier extends Supplier<CompletionStage<StatusInfo>>
Supplies a CompletionStage for a health status, represented as StatusInfo. NOTE: For supplying an arbitrary status (not health-related), StatusSupplier should be used instead.
See Also:
  • Method Summary

    Methods inherited from interface java.util.function.Supplier

    get