Class GrpcProperties


  • public final class GrpcProperties
    extends java.lang.Object
    Properties of the grpc module
    Since:
    Jet 4.2
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static HazelcastProperty DESTROY_TIMEOUT
      Time to wait for StreamObserver.onCompleted() confirmation when destroying a BidirectionalStreamingService You may want to increase this value when your gRPC calls take longer than 1 s to cleanly shutdown the service.
      static HazelcastProperty SHUTDOWN_TIMEOUT
      Time to wait for clean shutdown of a ManagedChannel
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • DESTROY_TIMEOUT

        public static final HazelcastProperty DESTROY_TIMEOUT
        Time to wait for StreamObserver.onCompleted() confirmation when destroying a BidirectionalStreamingService You may want to increase this value when your gRPC calls take longer than 1 s to cleanly shutdown the service.

        The default value is 1 s

      • SHUTDOWN_TIMEOUT

        public static final HazelcastProperty SHUTDOWN_TIMEOUT
        Time to wait for clean shutdown of a ManagedChannel

        The default value is 1 s