Uses of Record Class
org.springframework.boot.grpc.client.autoconfigure.ServiceConfig.MethodConfig.HedgingPolicy
Packages that use ServiceConfig.MethodConfig.HedgingPolicy
Package
Description
Auto-configuration for gRPC clients.
-
Uses of ServiceConfig.MethodConfig.HedgingPolicy in org.springframework.boot.grpc.client.autoconfigure
Methods in org.springframework.boot.grpc.client.autoconfigure that return ServiceConfig.MethodConfig.HedgingPolicyModifier and TypeMethodDescriptionServiceConfig.MethodConfig.hedging()Returns the value of thehedgingrecord component.Constructors in org.springframework.boot.grpc.client.autoconfigure with parameters of type ServiceConfig.MethodConfig.HedgingPolicyModifierConstructorDescriptionMethodConfig(List<ServiceConfig.MethodConfig.Name> name, Boolean waitForReady, DataSize maxRequestMessage, DataSize maxResponseMessage, Duration timeout, ServiceConfig.MethodConfig.RetryPolicy retry, ServiceConfig.MethodConfig.HedgingPolicy hedging) Creates an instance of aMethodConfigrecord class.