Class GrpcServerHealthProperties.Schedule

java.lang.Object
org.springframework.boot.grpc.server.autoconfigure.health.GrpcServerHealthProperties.Schedule
Enclosing class:
GrpcServerHealthProperties

public static class GrpcServerHealthProperties.Schedule extends Object
Health task scheduling.
Since:
4.1.0
Author:
Phillip Webb, Chris Bono
  • Constructor Details

    • Schedule

      public Schedule()
  • Method Details

    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)
    • getPeriod

      public Duration getPeriod()
    • setPeriod

      public void setPeriod(Duration period)
    • getDelay

      public Duration getDelay()
    • setDelay

      public void setDelay(Duration delay)