ResolvedAddress - the type of address after resolution.public interface ServiceDiscovererEvent<ResolvedAddress>
| Modifier and Type | Interface and Description |
|---|---|
static class |
ServiceDiscovererEvent.Status
Status provided by the
ServiceDiscoverer system that guides the actions of LoadBalancer upon the
bound address() (via ServiceDiscovererEvent). |
| Modifier and Type | Method and Description |
|---|---|
ResolvedAddress |
address()
Get the resolved address which is the subject of this event.
|
ServiceDiscovererEvent.Status |
status()
Status of the event instructing the ServiceDiscoverer what actions
to take upon the associated address. |
ResolvedAddress address()
Note: all subsequent events for the same address override its status() or any additional meta-data
associated with the address.
ServiceDiscovererEvent.Status status()
Status of the event instructing the ServiceDiscoverer what actions
to take upon the associated address.