Package net.devh.boot.grpc.client.nameresolver
package net.devh.boot.grpc.client.nameresolver
Classes used to resolve the client name into the actual service addresses.
-
ClassesClassDescriptionThe DiscoveryClientNameResolver resolves the service hosts and their associated gRPC port using the channel's name and spring's cloud
DiscoveryClient
.A name resolver factory that will create aDiscoveryClientNameResolver
based on the target uri.The NameResolverRegistration manages the registration and de-registration of Spring managed name resolvers.ANameResolver
that will always respond with a static set of target addresses.A name resolver provider that will create aNameResolver
with static addresses.