Package com.netflix.appinfo

Examples of com.netflix.appinfo.HealthCheckHandler


                        // action
                        discoveryServerAMIId = amiId;
                    }
                }

                final HealthCheckHandler handler = getHealthCheckHandler();
                InstanceStatus status = handler.getStatus(instanceInfo.getStatus());
                if (null != status) {
                    instanceInfo.setStatus(status);
                }

                if (instanceInfo.isDirty()) {
View Full Code Here

TOP

Related Classes of com.netflix.appinfo.HealthCheckHandler

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.