Asynchronous beans
This page provides a starting point for finding information about asynchronous beans.
Asynchronous beans and asynchronous scheduling facilities offer performance enhancements for resource-intensive tasks by enabling single tasks to run as multiple tasks.
Subtopics
- Asynchronous beans
An asynchronous bean is a Java object or enterprise bean that can run asynchronously by a Java EE application, using the Java EE context of the asynchronous bean creator.
Related information:
End-to-end paths for Asynchronous beans