Interface StServerFactoryType
- All Known Implementing Classes:
StServers
public interface StServerFactoryType
A factory of server instances.
-
Method Summary
Modifier and TypeMethodDescriptioncreateServer(Clock clock, StConfiguration configuration) Create a new server.
-
Method Details
-
createServer
Create a new server.- Parameters:
clock- The clockconfiguration- The server configuration- Returns:
- A new server
- Throws:
IOException- On errors
-