public void configure()

in jbang/languages/Sample.java [22:25]


  public void configure() throws Exception {
	  from("timer:tick")
        .log("Hello Camel K!");
  }