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