Schedule scheduleAnnotation = ctx.getActionAnnotation(Schedule.class);
if (scheduleAnnotation != null) {
doSchedule(scheduleAnnotation.period(),
scheduleAnnotation.waitFor(),
entity, marshalledEntity, resource, req, resp,
scheduleAnnotation.resumeOnBroadcast());
}
/*