3536373839404142
private ValueExpression<TaskExecutor> taskExecutor; public T scheduleAsynchronousEvent(String type, Object... parameters) { taskExecutor.getValue().execute( new RunnableAsynchronous(new AsynchronousEvent(type, parameters))); return null; }