GetEventStreamPlainArgs

data class GetEventStreamPlainArgs(val domainName: String, val eventStreamName: String) : ConvertibleToJava<GetEventStreamPlainArgs>

Constructors

Link copied to clipboard
constructor(domainName: String, eventStreamName: String)

Properties

Link copied to clipboard

The unique name of the domain.

Link copied to clipboard

The name of the event stream.

Functions

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