Class ManagedChannelServiceConfig.MethodInfo

java.lang.Object
io.grpc.internal.ManagedChannelServiceConfig.MethodInfo
Enclosing class:
ManagedChannelServiceConfig

static final class ManagedChannelServiceConfig.MethodInfo extends Object
Equivalent of MethodConfig from a ServiceConfig with restrictions from Channel setting.
  • Field Details

  • Constructor Details

    • MethodInfo

      MethodInfo(Map<String,?> methodConfig, boolean retryEnabled, int maxRetryAttemptsLimit, int maxHedgedAttemptsLimit)
      Constructor.
      Parameters:
      retryEnabled - when false, the argument maxRetryAttemptsLimit will have no effect.
  • Method Details