GetStreamProcessorPlainArgs

data class GetStreamProcessorPlainArgs(val name: String) : ConvertibleToJava<GetStreamProcessorPlainArgs>

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard

Name of the stream processor. It's an identifier you assign to the stream processor. You can use it to manage the stream processor.

Functions

Link copied to clipboard
open override fun toJava(): GetStreamProcessorPlainArgs