ChannelNamespaceHandlerConfigsArgs

data class ChannelNamespaceHandlerConfigsArgs(val onPublish: Output<ChannelNamespaceHandlerConfigArgs>? = null, val onSubscribe: Output<ChannelNamespaceHandlerConfigArgs>? = null) : ConvertibleToJava<ChannelNamespaceHandlerConfigsArgs>

Constructors

Link copied to clipboard
constructor(onPublish: Output<ChannelNamespaceHandlerConfigArgs>? = null, onSubscribe: Output<ChannelNamespaceHandlerConfigArgs>? = null)

Properties

Link copied to clipboard

The configuration for the OnPublish handler.

Link copied to clipboard

The configuration for the OnSubscribe handler.

Functions

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