Interface AbstractSpringBootClient
-
- All Known Implementing Classes:
BaseSpringBootClient
public interface AbstractSpringBootClient
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetServerName()SpringBootActuatorHealthhealth()Tuple2<String,SpringBootActuatorHealth>healthMappedByServerName()SpringBootActuatorInfoinfo()Tuple2<String,SpringBootActuatorInfo>infoMappedByServerName()booleanisAlive()
-
-
-
Method Detail
-
getServerName
String getServerName()
-
isAlive
boolean isAlive()
-
info
SpringBootActuatorInfo info()
-
infoMappedByServerName
Tuple2<String,SpringBootActuatorInfo> infoMappedByServerName()
-
health
SpringBootActuatorHealth health()
-
healthMappedByServerName
Tuple2<String,SpringBootActuatorHealth> healthMappedByServerName()
-
-