Package com.example

Class SimpleController

java.lang.Object
com.example.SimpleController

@Controller public class SimpleController extends Object
  • 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()