Class SystemActorRestEndPoint

java.lang.Object
org.cswteams.ms3.rest.SystemActorRestEndPoint

@RestController @RequestMapping("/system-actors") public class SystemActorRestEndPoint extends Object
  • Constructor Details

    • SystemActorRestEndPoint

      public SystemActorRestEndPoint()
  • Method Details

    • getAllUsers

      @RequestMapping(method=GET) public org.springframework.http.ResponseEntity<?> getAllUsers()