Interface EmbeddedHttpServer
-
- All Superinterfaces:
Configurable
- All Known Implementing Classes:
UndertowEmbeddedServer
public interface EmbeddedHttpServer extends Configurable
Default interface to provide an embedded http-server.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServerInfo
info()
void
start()
Starts this server.void
stop()
Stops this server and close any open resources.-
Methods inherited from interface io.streamthoughts.azkarra.api.config.Configurable
configure
-
-
-
-
Method Detail
-
info
ServerInfo info()
-
start
void start()
Starts this server.
-
stop
void stop()
Stops this server and close any open resources.
-
-