Class GrpcServerProperties.Keepalive.Permit

java.lang.Object
org.springframework.boot.grpc.server.autoconfigure.GrpcServerProperties.Keepalive.Permit
Enclosing class:
GrpcServerProperties.Keepalive

public static class GrpcServerProperties.Keepalive.Permit extends Object
Keep-alive permit properties.
Since:
4.1.0
Author:
Chris Bono, Phillip Webb
  • Constructor Details

    • Permit

      public Permit()
  • Method Details

    • getTime

      public @Nullable Duration getTime()
    • setTime

      public void setTime(@Nullable Duration time)
    • isWithoutCalls

      public boolean isWithoutCalls()
    • setWithoutCalls

      public void setWithoutCalls(boolean withoutCalls)