@RestController @RequestMapping(value="test") public class TestController extends Object
TestController()
String
get()
reactor.core.publisher.Mono<String>
mono()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TestController()
@RequestMapping(value="/", method=GET) @ResponseBody public String get()
@RequestMapping(value="/mono", method=GET) @ResponseBody public reactor.core.publisher.Mono<String> mono()
Copyright © 2020–2023 The Aio Project. All rights reserved.