Fire and forget mode

In this mode, a method will be configured as a void type, to be run asynchronously:

@Async
public void syncCustomerAccounts() {
logger.info("Customer accounts synced successfully.");
}
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset