接口的使用
org.apache.skywalking.apm.network.event.v3.SourceOrBuilder
使用SourceOrBuilder的程序包
-
org.apache.skywalking.apm.network.event.v3中SourceOrBuilder的使用
修饰符和类型类说明final classIf the event occurs on a service ONLY, the `service` field is mandatory, the serviceInstance field and endpoint field are optional; If the event occurs on a service instance, the `service` and `serviceInstance` are mandatory and endpoint is optional; If the event occurs on an endpoint, `service` and `endpoint` are mandatory, `serviceInstance` is optional;static final classIf the event occurs on a service ONLY, the `service` field is mandatory, the serviceInstance field and endpoint field are optional; If the event occurs on a service instance, the `service` and `serviceInstance` are mandatory and endpoint is optional; If the event occurs on an endpoint, `service` and `endpoint` are mandatory, `serviceInstance` is optional;修饰符和类型方法说明Event.Builder.getSourceOrBuilder()The source object that the event occurs on.Event.getSourceOrBuilder()The source object that the event occurs on.EventOrBuilder.getSourceOrBuilder()The source object that the event occurs on.