Module com.microsoft.gctoolkit.api
Annotation Type Aggregates
-
@Retention(RUNTIME) @Target(TYPE) public @interface Aggregates
This annotation is used by implementations ofAggregatorto indicate the source of the events being aggregated. AnAggregatormust include this annotation in order to receive JVM events from the parser.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description EventSource[]valueIndicate the source of events being aggregated by an Aggregator.
-
-
-
Element Detail
-
value
EventSource[] value
Indicate the source of events being aggregated by an Aggregator.- Returns:
- An array of EventSource
-
-