类 ServiceMeshMetricServiceGrpc.ServiceMeshMetricServiceImplBase
java.lang.Object
org.apache.skywalking.apm.network.servicemesh.v3.ServiceMeshMetricServiceGrpc.ServiceMeshMetricServiceImplBase
- 所有已实现的接口:
io.grpc.BindableService
public abstract static class ServiceMeshMetricServiceGrpc.ServiceMeshMetricServiceImplBase
extends Object
implements io.grpc.BindableService
Define metrics report service. The metrics format is typically representing the data model collected in the service mesh case.
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明final io.grpc.ServerServiceDefinitionio.grpc.stub.StreamObserver<ServiceMeshMetrics>collect(io.grpc.stub.StreamObserver<MeshProbeDownstream> responseObserver)
-
构造器详细资料
-
ServiceMeshMetricServiceImplBase
public ServiceMeshMetricServiceImplBase()
-
-
方法详细资料
-
collect
public io.grpc.stub.StreamObserver<ServiceMeshMetrics> collect(io.grpc.stub.StreamObserver<MeshProbeDownstream> responseObserver) -
bindService
public final io.grpc.ServerServiceDefinition bindService()- 指定者:
bindService在接口中io.grpc.BindableService
-