groupedAs

fun <Key, Val> groupedAs(name: String? = null, keySerde: Serde<Key>? = null, valueSerde: Serde<Val>? = null): Grouped<Key, Val>

See also