ChannelActivity

The activity that determines the source of the messages to be processed.

Types

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

Properties

Link copied to clipboard

The name of the channel from which the messages are processed.

Link copied to clipboard

The name of the channel activity.

Link copied to clipboard
val next: String?

The next activity in the pipeline.

Functions

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