Uses of Class
at.twinformatics.eureka.adapter.consul.model.ServiceHealth
-
Packages that use ServiceHealth Package Description at.twinformatics.eureka.adapter.consul.controller at.twinformatics.eureka.adapter.consul.mapper -
-
Uses of ServiceHealth in at.twinformatics.eureka.adapter.consul.controller
Methods in at.twinformatics.eureka.adapter.consul.controller that return types with arguments of type ServiceHealth Modifier and Type Method Description rx.Single<org.springframework.http.ResponseEntity<java.util.List<ServiceHealth>>>ServiceController. getServiceHealth(java.lang.String appName, java.lang.String wait, java.lang.Long index) -
Uses of ServiceHealth in at.twinformatics.eureka.adapter.consul.mapper
Methods in at.twinformatics.eureka.adapter.consul.mapper that return ServiceHealth Modifier and Type Method Description ServiceHealthInstanceInfoMapper. mapToHealth(com.netflix.appinfo.InstanceInfo instanceInfo)
-