public class RpcServer<InternalMessageType> extends RpcServer<String,RpcInvocation<InternalMessageType>>
metricsCollector| Constructor and Description |
|---|
RpcServer(org.glassfish.grizzly.http.server.HttpServer httpServer,
MessageMarshaller<InternalMessageType,String> messageMarshaller,
MessageUnmarshaller<String,InternalMessageType> messageUnmarshaller,
ch.squaredesk.nova.metrics.Metrics metrics) |
RpcServer(String identifier,
org.glassfish.grizzly.http.server.HttpServer httpServer,
MessageMarshaller<InternalMessageType,String> messageMarshaller,
MessageUnmarshaller<String,InternalMessageType> messageUnmarshaller,
ch.squaredesk.nova.metrics.Metrics metrics) |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Flowable<RpcInvocation<InternalMessageType>> |
requests(String destination) |
public RpcServer(org.glassfish.grizzly.http.server.HttpServer httpServer,
MessageMarshaller<InternalMessageType,String> messageMarshaller,
MessageUnmarshaller<String,InternalMessageType> messageUnmarshaller,
ch.squaredesk.nova.metrics.Metrics metrics)
public RpcServer(String identifier, org.glassfish.grizzly.http.server.HttpServer httpServer, MessageMarshaller<InternalMessageType,String> messageMarshaller, MessageUnmarshaller<String,InternalMessageType> messageUnmarshaller, ch.squaredesk.nova.metrics.Metrics metrics)
public io.reactivex.Flowable<RpcInvocation<InternalMessageType>> requests(String destination)
requests in class RpcServer<String,RpcInvocation<InternalMessageType>>Copyright © 2018. All rights reserved.