Package legolas.starter.api.interfaces
Interface PortStarter
-
- All Superinterfaces:
LifecycleService,Starter
public interface PortStarter extends Starter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stream<Port>ports()SocketTypesocketType()voidstop()-
Methods inherited from interface legolas.runtime.core.interfaces.LifecycleService
id, name
-
Methods inherited from interface legolas.starter.api.interfaces.Starter
configuration, start
-
-
-
-
Method Detail
-
stop
void stop()
-
socketType
SocketType socketType()
-
-