GetTopicPlainArgs

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

A collection of arguments for invoking getTopic.

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard

Friendly name of the topic to match.

Functions

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