Uses of Record Class
org.springframework.boot.grpc.client.autoconfigure.ServiceConfig.MethodConfig.Name
Packages that use ServiceConfig.MethodConfig.Name
Package
Description
Auto-configuration for gRPC clients.
-
Uses of ServiceConfig.MethodConfig.Name in org.springframework.boot.grpc.client.autoconfigure
Methods in org.springframework.boot.grpc.client.autoconfigure that return types with arguments of type ServiceConfig.MethodConfig.NameModifier and TypeMethodDescriptionServiceConfig.MethodConfig.name()Returns the value of thenamerecord component.Constructor parameters in org.springframework.boot.grpc.client.autoconfigure with type arguments of type ServiceConfig.MethodConfig.NameModifierConstructorDescriptionMethodConfig(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.