Hello, I need for a method to be called upon several events (e.g. ACTIVATE and ACTION). I tried the following:
* @OnEvent(value = {EventConstants.ACTIVATE, EventConstants.ACTION}) void loadJobPostings() { jobPostings = service.loadJobPostings(); } * and it does not work/compile unfortunately. Am I missing something? Can anyone please help? Regards, Julien.