public interface EurekaEventListener
EurekaClient events such as StatusChangeEvent. Register
a listener by calling EurekaClient.registerEventListener(EurekaEventListener)| Modifier and Type | Method and Description |
|---|---|
void |
onEvent(EurekaEvent event)
Notification of an event within the
EurekaClient. |
void onEvent(EurekaEvent event)
EurekaClient.
onEvent(com.netflix.discovery.EurekaEvent) is called from the context of an internal eureka thread
and must therefore return as quickly as possible without blocking.event -