Package legolas.starter.api.interfaces
Interface Starter
-
- All Superinterfaces:
LifecycleService
- All Known Subinterfaces:
PortStarter
public interface Starter extends LifecycleService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Configurationconfiguration()voidstart(RuntimeEnvironment runtimeEnvironment)-
Methods inherited from interface legolas.runtime.core.interfaces.LifecycleService
id, name
-
-
-
-
Method Detail
-
start
void start(RuntimeEnvironment runtimeEnvironment)
-
configuration
Configuration configuration()
-
-