public interface Context
| Modifier and Type | Method and Description |
|---|---|
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 © 2025. All rights reserved.