Package com.netflix.karyon.server.eureka

Interface Summary
HealthCheckInvocationStrategy A strategy to make application specific healthchecks.
 

Class Summary
AsyncHealthCheckInvocationStrategy An implementation of HealthCheckInvocationStrategy that calls the underlying HealthCheckHandler asynchronously.
EurekaHandler A handler for integrating with Eureka.
EurekaHealthCheckCallback  
SyncHealthCheckInvocationStrategy An implementation of HealthCheckInvocationStrategy that synchronously calls the underlying HealthCheckHandler.