Package ai.vespa.metricsproxy.rpc
Class RpcServer
java.lang.Object
ai.vespa.metricsproxy.rpc.RpcServer
Rpc server for the metrics proxy.
When a new object is created after reconfiguration, it will claim ownership of the methods
in the given
RpcConnector. This is ok because at the time this component is created,
all components it depends on are already created.- Author:
- gjoranv
-
Constructor Summary
ConstructorsConstructorDescriptionRpcServer(RpcConnector connector, VespaServices vespaServices, MetricsManager metricsManager) -
Method Summary
-
Constructor Details
-
RpcServer
public RpcServer(RpcConnector connector, VespaServices vespaServices, MetricsManager metricsManager)
-