Interface EventAggregate.Builder

    • Method Detail

      • aggregateValue

        EventAggregate.Builder aggregateValue​(String aggregateValue)

        The issue type for the associated count.

        Parameters:
        aggregateValue - The issue type for the associated count.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • count

        EventAggregate.Builder count​(Integer count)

        The number of events of the associated issue type.

        Parameters:
        count - The number of events of the associated issue type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.