Annotation Type Aggregates


  • @Retention(RUNTIME)
    @Target(TYPE)
    public @interface Aggregates
    This annotation is used by implementations of Aggregator to indicate the source of the events being aggregated. An Aggregator must include this annotation in order to receive JVM events from the parser.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      EventSource[] value
      Indicate 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