Package com.netflix.discovery
Interface EurekaEventListener
-
public interface EurekaEventListenerListener for receivingEurekaClientevents such asStatusChangeEvent. Register a listener by callingEurekaClient.registerEventListener(EurekaEventListener)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonEvent(EurekaEvent event)Notification of an event within theEurekaClient.
-
-
-
Method Detail
-
onEvent
void onEvent(EurekaEvent event)
Notification of an event within theEurekaClient.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.- Parameters:
event-
-
-