Package io.jmix.flowui.asynctask
Class UiAsyncTasks.AbstractAsyncTaskConfigurer
java.lang.Object
io.jmix.flowui.asynctask.UiAsyncTasks.AbstractAsyncTaskConfigurer
- Direct Known Subclasses:
- UiAsyncTasks.RunnableConfigurer,- UiAsyncTasks.SupplierConfigurer
- Enclosing class:
- UiAsyncTasks
Abstract base class for asynchronous task builders.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected intprotected TimeUnitprotected com.vaadin.flow.component.UI
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidconfigureExceptionHandler(CompletableFuture<Void> completableFuture) protected voidconfigureTimeout(CompletableFuture<Void> resultCompletableFuture) 
- 
Field Details- 
exceptionHandler
- 
uiprotected com.vaadin.flow.component.UI ui
- 
timeoutprotected int timeout
- 
timeoutUnit
 
- 
- 
Constructor Details- 
AbstractAsyncTaskConfigurerpublic AbstractAsyncTaskConfigurer()
 
- 
- 
Method Details- 
configureTimeout
- 
configureExceptionHandler
 
-