Uses of Interface
org.apache.skywalking.apm.network.event.v3.SourceOrBuilder
Packages that use SourceOrBuilder
-
Uses of SourceOrBuilder in org.apache.skywalking.apm.network.event.v3
Classes in org.apache.skywalking.apm.network.event.v3 that implement SourceOrBuilderModifier and TypeClassDescriptionfinal 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;Methods in org.apache.skywalking.apm.network.event.v3 that return SourceOrBuilderModifier and TypeMethodDescriptionEvent.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.