ChannelAddress

data class ChannelAddress(val channel: String, val uri: URI) : Serializable

Components expose ChannelAddress es under which they can be called by establishing a Channel

Constructors

Link copied to clipboard
constructor(channel: String, uri: URI)

Properties

Link copied to clipboard

the channel name

Link copied to clipboard
val uri: URI

the URI