in generic-examples/env/Env.java [27:30]
public void configure() throws Exception { from("timer:tick") .log("${env:MY_ENV_VAR}"); }