Interface DnsAddressEndpointGroupConfigurator
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Configures the DNS resolution of the Armeria client of
CentralDogma
.-
Method Summary
Modifier and TypeMethodDescriptionvoid
configure
(DnsAddressEndpointGroupBuilder dnsAddressEndpointGroupBuilder) Configures the DNS lookup of theArmeriaCentralDogma
client.
-
Method Details
-
configure
Configures the DNS lookup of theArmeriaCentralDogma
client.
-