JavaScript is disabled on your browser.
An interface for asynchronously executing multiple
Runner
instances and waiting for their
completion.
An interface designed for implementing data access operations through default methods in its
sub-interfaces.
The interface that abstracts a connection per session to an external data service, such as a
database, file system, or messaging service.
The interface that abstracts a data source responsible for managing connections to external data
services, such as databases, file systems, or messaging services.
Represents the application's business logic, designed to separate data access concerns from the
core logic.
Runner
is the interface that runs any procedure.