Access Data on Queueable class
I’m playing around with Queueable class to possibly implement in a upcoming project.
I’m playing around with Queueable class to possibly implement in a upcoming project.
I was going through asynchronous apex and reading it made me confused at one point. In future methods, we cannot pass sojects for reasons future methods being executed at a later point of time, by the time it is executed the sboject data could be stale. But, at the same time, the more advanced queuable apex accepts sobjects. Why is it so? The same reason is applicable for queuable apex also right? kindly clarify.