类 SpanAttachedEventReportServiceGrpc.SpanAttachedEventReportServiceImplBase
java.lang.Object
org.apache.skywalking.apm.network.language.agent.v3.SpanAttachedEventReportServiceGrpc.SpanAttachedEventReportServiceImplBase
- 所有已实现的接口:
io.grpc.BindableService
public abstract static class SpanAttachedEventReportServiceGrpc.SpanAttachedEventReportServiceImplBase
extends Object
implements io.grpc.BindableService
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// ebpf agent(SkyWalking Rover) collects extra information from the OS(Linux Only) level to attach on the traced span. Since v3.1 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明final io.grpc.ServerServiceDefinitionio.grpc.stub.StreamObserver<SpanAttachedEvent>Collect SpanAttachedEvent to the OAP server in the streaming mode.
-
构造器详细资料
-
SpanAttachedEventReportServiceImplBase
public SpanAttachedEventReportServiceImplBase()
-
-
方法详细资料
-
collect
public io.grpc.stub.StreamObserver<SpanAttachedEvent> collect(io.grpc.stub.StreamObserver<Commands> responseObserver) Collect SpanAttachedEvent to the OAP server in the streaming mode.
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- 指定者:
bindService在接口中io.grpc.BindableService
-