Class EventGroupingSettings


  • public final class EventGroupingSettings
    extends Object
    Event grouping settings property bag.
    • Constructor Detail

      • EventGroupingSettings

        public EventGroupingSettings()
    • Method Detail

      • aggregationKind

        public EventGroupingAggregationKind aggregationKind()
        Get the aggregationKind property: The event grouping aggregation kinds.
        Returns:
        the aggregationKind value.
      • withAggregationKind

        public EventGroupingSettings withAggregationKind​(EventGroupingAggregationKind aggregationKind)
        Set the aggregationKind property: The event grouping aggregation kinds.
        Parameters:
        aggregationKind - the aggregationKind value to set.
        Returns:
        the EventGroupingSettings object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.