| Package | Description |
|---|---|
| org.apache.skywalking.apm.network.event.v3 |
| Modifier and Type | Class and Description |
|---|---|
class |
Source
If 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 class |
Source.Builder
If 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;
|
| Modifier and Type | Method and Description |
|---|---|
SourceOrBuilder |
Event.getSourceOrBuilder()
The source object that the event occurs on.
|
SourceOrBuilder |
Event.Builder.getSourceOrBuilder()
The source object that the event occurs on.
|
SourceOrBuilder |
EventOrBuilder.getSourceOrBuilder()
The source object that the event occurs on.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.