Interface FilterActivity.Builder

    • Method Detail

      • name

        FilterActivity.Builder name​(String name)

        The name of the filter activity.

        Parameters:
        name - The name of the filter activity.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filter

        FilterActivity.Builder filter​(String filter)

        An expression that looks like a SQL WHERE clause that must return a Boolean value. Messages that satisfy the condition are passed to the next activity.

        Parameters:
        filter - An expression that looks like a SQL WHERE clause that must return a Boolean value. Messages that satisfy the condition are passed to the next activity.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • next

        FilterActivity.Builder next​(String next)

        The next activity in the pipeline.

        Parameters:
        next - The next activity in the pipeline.
        Returns:
        Returns a reference to this object so that method calls can be chained together.