public interface Context
| 限定符和类型 | 方法和说明 |
|---|---|
void |
close() |
int |
getPort() |
void |
initAnnotation(List<Class<?>> scannedClasses) |
boolean |
isRunning() |
void |
restart(Class<?>[] primarySources,
String[] args) |
Context |
run(Class<?>[] primarySources,
BootConfiguration tioBootConfiguration,
String[] args) |
Context |
run(Class<?>[] primarySources,
String[] args) |
Context run(Class<?>[] primarySources, BootConfiguration tioBootConfiguration, String[] args)
boolean isRunning()
void close()
int getPort()
Copyright © 2024. All rights reserved.