public interface Starter<T>
| Modifier and Type | Method and Description |
|---|---|
T |
instance() |
void |
start() |
void |
stop() |
void start()
throws java.lang.Exception
java.lang.Exceptionvoid stop() throws java.lang.Exception
java.lang.ExceptionT instance()