LambdaActivity

An activity that runs a Lambda function to modify the message.

Types

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

Properties

Link copied to clipboard

The number of messages passed to the Lambda function for processing.

Link copied to clipboard

The name of the Lambda function that is run on the message.

Link copied to clipboard

The name of the lambda activity.

Link copied to clipboard
val next: String?

The next activity in the pipeline.

Functions

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