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