FilterActivity

An activity that filters a message based on its attributes.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

The name of the filter activity.

Link copied to clipboard
val next: String?

The next activity in the pipeline.

Functions

Link copied to clipboard
inline fun copy(block: FilterActivity.Builder.() -> Unit = {}): FilterActivity
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String