See: Description
| Class | Description |
|---|---|
| CompositeNameResolverFactory | Deprecated
Use the NameResolverRegistry instead, this class will be removed in the future.
|
| ConfigMappedNameResolverFactory |
A
NameResolver factory that uses the the properties to rewrite the target uri. |
| DiscoveryClientNameResolver |
The DiscoveryClientNameResolver resolves the service hosts and their associated gRPC port using the channel's name
and spring's cloud
DiscoveryClient. |
| DiscoveryClientResolverFactory |
A name resolver factory that will create an
DiscoveryClientNameResolver based on the target uri. |
| StaticNameResolver |
A
NameResolver that will always respond with a static set of target addresses. |
| StaticNameResolverProvider |
A name resolver provider that will create a
NameResolver with static addresses. |