Package com.dynatrace.agent.events
Interface EventFieldsProvider
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Generates custom event fields which should be attached to an event.
- Since:
- 8.311
-
Method Summary
Modifier and TypeMethodDescriptionget()GetsJSONObjectwith custom fields which should be attached to an event.
-
Method Details
-
get
GetsJSONObjectwith custom fields which should be attached to an event.- Returns:
- json object with custom fields
- Throws:
JSONException- if usage of json is wrong
-