ChannelNamespaceHandlerConfigs

data class ChannelNamespaceHandlerConfigs(val onPublish: ChannelNamespaceHandlerConfig? = null, val onSubscribe: ChannelNamespaceHandlerConfig? = null)

Constructors

Link copied to clipboard
constructor(onPublish: ChannelNamespaceHandlerConfig? = null, onSubscribe: ChannelNamespaceHandlerConfig? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The configuration for the OnPublish handler.

Link copied to clipboard

The configuration for the OnSubscribe handler.