Class StartupActions.Default
- java.lang.Object
-
- ch.raffael.meldioc.library.base.lifecycle.StartupActions.Default
-
- All Implemented Interfaces:
StartupActions
- Enclosing interface:
- StartupActions
@Acceptor public static class StartupActions.Default extends java.lang.Object implements StartupActions
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface ch.raffael.meldioc.library.base.lifecycle.StartupActions
StartupActions.Default, StartupActions.Feature
-
-
Constructor Summary
Constructors Constructor Description Default()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StartupActions.Defaultadd(io.vavr.CheckedRunnable action)io.vavr.collection.Seq<io.vavr.CheckedRunnable>startupActions()
-
-
-
Method Detail
-
add
public StartupActions.Default add(io.vavr.CheckedRunnable action)
- Specified by:
addin interfaceStartupActions
-
startupActions
public io.vavr.collection.Seq<io.vavr.CheckedRunnable> startupActions()
-
-