类 EventServiceGrpc.EventServiceImplBase
java.lang.Object
org.apache.skywalking.apm.network.event.v3.EventServiceGrpc.EventServiceImplBase
- 所有已实现的接口:
io.grpc.BindableService
- 封闭类:
- EventServiceGrpc
public abstract static class EventServiceGrpc.EventServiceImplBase
extends Object
implements io.grpc.BindableService
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明final io.grpc.ServerServiceDefinitionio.grpc.stub.StreamObserver<Event>When reporting an event, you typically call the collect function twice, one for starting of the event and the other one for ending of the event, with the same UUID.
-
构造器详细资料
-
EventServiceImplBase
public EventServiceImplBase()
-
-
方法详细资料
-
collect
public io.grpc.stub.StreamObserver<Event> collect(io.grpc.stub.StreamObserver<Commands> responseObserver) When reporting an event, you typically call the collect function twice, one for starting of the event and the other one for ending of the event, with the same UUID. There are also cases where you have both start time and end time already, for example, when exporting events from a 3rd-party system, the start time and end time are already known so that you can call the collect function only once.
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- 指定者:
bindService在接口中io.grpc.BindableService
-