PipelineActivity

An activity that performs a transformation on a message.

Types

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

Properties

Link copied to clipboard

Adds other attributes based on existing attributes in the message.

Link copied to clipboard

Determines the source of the messages to be processed.

Link copied to clipboard

Specifies where to store the processed message data.

Link copied to clipboard

Adds data from the IoT device registry to your message.

Link copied to clipboard

Adds information from the IoT Device Shadow service to a message.

Link copied to clipboard

Filters a message based on its attributes.

Link copied to clipboard

Runs a Lambda function to modify the message.

Link copied to clipboard

Computes an arithmetic expression using the message's attributes and adds it to the message.

Link copied to clipboard

Removes attributes from a message.

Link copied to clipboard

Used to create a new message using only the specified attributes from the original message.

Functions

Link copied to clipboard
inline fun copy(block: PipelineActivity.Builder.() -> Unit = {}): PipelineActivity
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