Package org.openziti.posture
Interface PostureService
-
- All Implemented Interfaces:
public interface PostureService
-
-
Method Summary
Modifier and Type Method Description abstract UnitregisterServiceCheck(String serviceId, PostureQuery query)abstract List<PostureResponseCreate>getPosture()-
-
Method Detail
-
registerServiceCheck
abstract Unit registerServiceCheck(String serviceId, PostureQuery query)
-
getPosture
abstract List<PostureResponseCreate> getPosture()
-
-
-
-