public final class CA1Server
extends Object
An inventory API v1 server.
-
Method Summary
static io.helidon.webserver.WebServer
create(com.io7m.repetoir.core.RPServiceDirectoryType services)
Create an inventory API v1 server.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
create
public static io.helidon.webserver.WebServer create(com.io7m.repetoir.core.RPServiceDirectoryType services)
throws Exception
Create an inventory API v1 server.
- Parameters:
services - The service directory
- Returns:
- A server
- Throws:
Exception - On errors