@NonNullApi
package io.jmix.flowui.asynctask
-
-
Classes
Wraps a delegate
Runnable
with logic for setting up an
SecurityContext
before invoking the delegate
Runnable
and then removing the
SecurityContext
after the delegate has completed.
Wraps a delegate
Supplier
with logic for setting up an
SecurityContext
before invoking the delegate
Supplier
and then removing the
SecurityContext
after the delegate has completed.
Configuration properties for UI asynchronous tasks.
The class provides methods for executing asynchronous tasks from UI views.