Код: Выделить всё
JobId jobId = BackgroundJob.enqueue(() -> String result = this.controller.generatePreview(date));
Подробнее здесь: https://stackoverflow.com/questions/793 ... obrunr-job
Код: Выделить всё
JobId jobId = BackgroundJob.enqueue(() -> String result = this.controller.generatePreview(date));