Channel Namespace Handler Configs
data class ChannelNamespaceHandlerConfigs(val onPublish: ChannelNamespaceHandlerConfig? = null, val onSubscribe: ChannelNamespaceHandlerConfig? = null)
Constructors
Link copied to clipboard
constructor(onPublish: ChannelNamespaceHandlerConfig? = null, onSubscribe: ChannelNamespaceHandlerConfig? = null)