-
public class VaadinOnKotlin
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanisStartedprivate final ScheduledExecutorServiceasyncExecutorprivate volatile ThreadFactorythreadFactorypublic final static VaadinOnKotlinINSTANCE
-
Method Summary
Modifier and Type Method Description final Unitinit()Initializes the Vaadin-On-Kotlin framework. final Unitdestroy()Destroys the Vaadin-On-Kotlin framework. final BooleangetIsStarted()final ScheduledExecutorServicegetAsyncExecutor()final ThreadFactorygetThreadFactory()The thread factory used by the async method. final UnitsetThreadFactory(ThreadFactory threadFactory)The thread factory used by the async method. -
-
Method Detail
-
init
final Unit init()
Initializes the Vaadin-On-Kotlin framework. Just call this from your context listener.
-
destroy
final Unit destroy()
Destroys the Vaadin-On-Kotlin framework. Just call this from your context listener.
-
getIsStarted
final Boolean getIsStarted()
-
getAsyncExecutor
final ScheduledExecutorService getAsyncExecutor()
-
getThreadFactory
final ThreadFactory getThreadFactory()
-
setThreadFactory
final Unit setThreadFactory(ThreadFactory threadFactory)
-
-
-
-