Uses of Class
io.tech1.framework.utilities.feigns.domain.spring.actuator.health.SpringBootActuatorHealth
-
-
Uses of SpringBootActuatorHealth in io.tech1.framework.utilities.feigns.clients
Methods in io.tech1.framework.utilities.feigns.clients that return SpringBootActuatorHealth Modifier and Type Method Description SpringBootActuatorHealthAbstractSpringBootClient. health()SpringBootActuatorHealthBaseSpringBootClient. health()Methods in io.tech1.framework.utilities.feigns.clients that return types with arguments of type SpringBootActuatorHealth Modifier and Type Method Description Tuple2<String,SpringBootActuatorHealth>AbstractSpringBootClient. healthMappedByServerName()Tuple2<String,SpringBootActuatorHealth>BaseSpringBootClient. healthMappedByServerName() -
Uses of SpringBootActuatorHealth in io.tech1.framework.utilities.feigns.definitions
Methods in io.tech1.framework.utilities.feigns.definitions that return SpringBootActuatorHealth Modifier and Type Method Description SpringBootActuatorHealthSpringBootClientFeign. health() -
Uses of SpringBootActuatorHealth in io.tech1.framework.utilities.feigns.domain.spring.actuator.health
Methods in io.tech1.framework.utilities.feigns.domain.spring.actuator.health that return SpringBootActuatorHealth Modifier and Type Method Description static SpringBootActuatorHealthSpringBootActuatorHealth. undefinedSpringBootActuatorHealth()
-