public interface Startable
extends java.lang.AutoCloseable
Modifier and Type | Method and Description |
---|---|
default void |
close() |
default java.util.Set<Startable> |
getDependencies() |
void |
start() |
void |
stop() |
default java.util.Set<Startable> getDependencies()
void start()
void stop()
default void close()
close
in interface java.lang.AutoCloseable