@Controller
public class SimpleController
extends Object
-
Constructor Summary
Constructors
-
Method Summary
org.reactivestreams.Publisher<String>
org.reactivestreams.Publisher<String>
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SimpleController
public SimpleController()
-
Method Details
-
hello
@Get("/hello")
public org.reactivestreams.Publisher<String> hello()
-
helloManual
@Get("/helloManual")
public org.reactivestreams.Publisher<String> helloManual()