public void afterPropertiesSet()

in cafe/src/main/java/org/apache/camel/example/cafe/Customer.java [41:46]


    public void afterPropertiesSet() throws Exception {
        if (camelContext != null) {
            // setup a timer to send the cafe order
            camelContext.addRoutes(this);
        }
    }