Class ServerEndpointFactory
- java.lang.Object
-
- ch.squaredesk.nova.comm.websockets.server.ServerEndpointFactory
-
public class ServerEndpointFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description ServerEndpointFactory(ch.squaredesk.nova.comm.MessageTranscriber<String> messageTranscriber)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServerEndpointcreateFor(String destination, MetricsCollector metricsCollector)
-
-
-
Constructor Detail
-
ServerEndpointFactory
public ServerEndpointFactory(ch.squaredesk.nova.comm.MessageTranscriber<String> messageTranscriber)
-
-
Method Detail
-
createFor
public ServerEndpoint createFor(String destination, MetricsCollector metricsCollector)
-
-