public abstract class RpcServer<DestinationType,RpcInvocationType> extends Object
| Modifier and Type | Field | Description |
|---|---|---|
protected RpcServerMetricsCollector |
metricsCollector |
| Modifier | Constructor | Description |
|---|---|---|
protected |
RpcServer(ch.squaredesk.nova.metrics.Metrics metrics) |
|
protected |
RpcServer(String identifier,
ch.squaredesk.nova.metrics.Metrics metrics) |
| Modifier and Type | Method | Description |
|---|---|---|
abstract io.reactivex.Flowable<RpcInvocationType> |
requests(DestinationType destination) |
protected final RpcServerMetricsCollector metricsCollector
protected RpcServer(ch.squaredesk.nova.metrics.Metrics metrics)
protected RpcServer(String identifier, ch.squaredesk.nova.metrics.Metrics metrics)
public abstract io.reactivex.Flowable<RpcInvocationType> requests(DestinationType destination)
Copyright © 2018. All rights reserved.