public class ServerEndpointFactory extends Object
| Constructor and Description |
|---|
ServerEndpointFactory() |
| Modifier and Type | Method and Description |
|---|---|
<MessageType> |
createFor(String destination,
ch.squaredesk.nova.comm.sending.MessageMarshaller<MessageType,String> messageMarshaller,
ch.squaredesk.nova.comm.retrieving.MessageUnmarshaller<String,MessageType> messageUnmarshaller,
MetricsCollector metricsCollector) |
public <MessageType> ServerEndpoint<MessageType> createFor(String destination, ch.squaredesk.nova.comm.sending.MessageMarshaller<MessageType,String> messageMarshaller, ch.squaredesk.nova.comm.retrieving.MessageUnmarshaller<String,MessageType> messageUnmarshaller, MetricsCollector metricsCollector)
Copyright © 2018. All rights reserved.