Examples of using Queueable in English and their translations into Japanese
{-}
-
Colloquial
-
Ecclesiastic
-
Computer
-
Programming
Queueable Apex was introduced in Winter'15 and enables you to easily start and manage asynchronous processes.
To speed up your application's response time,let your notification be queued by adding the ShouldQueue interface and Queueable trait to your class.
A benefit of using the Queueable interface methods is that some governor limits are higher than for synchronous Apex, such as heap size limits.