public void configure()

in jbang/hello-endpoint-dsl/Hey.java [4:9]


  public void configure() throws Exception {
      // Write your routes here, for example:
      from(timer("java").period(1000))
        .setBody(constant("Hello World"))
        .log("${body}");
  }