Interface NetworkBootstrapper
-
- All Superinterfaces:
LifecycleService
public interface NetworkBootstrapper extends LifecycleService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Configurationbootstrap(Stream<Port> availablePorts)Stream<Port>ports()SocketTypesocketType()-
Methods inherited from interface legolas.runtime.core.interfaces.LifecycleService
id, name
-
-
-
-
Method Detail
-
bootstrap
Configuration bootstrap(Stream<Port> availablePorts)
-
socketType
SocketType socketType()
-
-