Module datarush.commons
Package com.pervasive.datarush.webapp
Interface WebApplicationServerProvider
- All Known Implementing Classes:
JettyProvider
public interface WebApplicationServerProvider
A provider for an embedded web application server.
-
Method Summary
Modifier and TypeMethodDescriptioncreateServer(WebApplicationConfig config) Creates aWebApplicationServerfrom the given config.
-
Method Details
-
createServer
Creates aWebApplicationServerfrom the given config. The server will not yet be be started.- Parameters:
config- the web application config.- Returns:
- a server that is not yet running.
-