@RestController @RequestMapping(path="/inspector") public class InspectorEndpoint extends Object
InspectorEndpoint()
org.springframework.http.ResponseEntity<?>
inspect(com.nepxion.discovery.common.entity.InspectorEntity inspectorEntity)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public InspectorEndpoint()
@RequestMapping(path="/inspect", method=POST) @ResponseBody public org.springframework.http.ResponseEntity<?> inspect(@RequestBody com.nepxion.discovery.common.entity.InspectorEntity inspectorEntity)
Copyright © 2022 Nepxion. All rights reserved.