Interface AggregationConfiguration.Builder

  • Method Details

    • templatesWithStrings

      AggregationConfiguration.Builder templatesWithStrings(Collection<String> templates)

      A list of aggregation templates that can be used to configure event aggregation.

      Parameters:
      templates - A list of aggregation templates that can be used to configure event aggregation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • templatesWithStrings

      AggregationConfiguration.Builder templatesWithStrings(String... templates)

      A list of aggregation templates that can be used to configure event aggregation.

      Parameters:
      templates - A list of aggregation templates that can be used to configure event aggregation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • templates

      A list of aggregation templates that can be used to configure event aggregation.

      Parameters:
      templates - A list of aggregation templates that can be used to configure event aggregation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • templates

      AggregationConfiguration.Builder templates(Template... templates)

      A list of aggregation templates that can be used to configure event aggregation.

      Parameters:
      templates - A list of aggregation templates that can be used to configure event aggregation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • eventCategory

      AggregationConfiguration.Builder eventCategory(String eventCategory)

      Specifies the event category for which aggregation should be performed.

      Parameters:
      eventCategory - Specifies the event category for which aggregation should be performed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • eventCategory

      Specifies the event category for which aggregation should be performed.

      Parameters:
      eventCategory - Specifies the event category for which aggregation should be performed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: