I have a method something like:
@Transactional public void method1() { taskExecutor.execute() -> { // do work here } }