Class TestingBatriderController
-
- All Implemented Interfaces:
@RestController() public class TestingBatriderController- Since:
2022-08-04
trydofor
-
-
Constructor Summary
Constructors Constructor Description TestingBatriderController()
-
Method Summary
Modifier and Type Method Description StringwinxHelloRpc(@RequestParam(name = "name") String name)StringwinxHelloCse(@RequestParam(name = "name") String name)StringbatriderHelloPxy(@RequestParam(name = "name") String name)voidsetTestingHelloContractRpc(TestingHelloContract testingHelloContractRpc)voidsetRestTemplate(RestTemplate restTemplate)-
-
Method Detail
-
winxHelloRpc
@RequestMapping(path = "/batrider/winx-hello-rpc", method = RequestMethod.GET) String winxHelloRpc(@RequestParam(name = "name") String name)
-
winxHelloCse
@RequestMapping(path = "/batrider/winx-hello-cse", method = RequestMethod.GET) String winxHelloCse(@RequestParam(name = "name") String name)
-
batriderHelloPxy
@RequestMapping(path = "/batrider/batx-hello-pxy", method = RequestMethod.GET) String batriderHelloPxy(@RequestParam(name = "name") String name)
-
setTestingHelloContractRpc
@RpcReference(microserviceName = "winx-api", schemaId = "winx-hello") void setTestingHelloContractRpc(TestingHelloContract testingHelloContractRpc)
-
setRestTemplate
@Autowired() void setRestTemplate(RestTemplate restTemplate)
-
-
-
-