AbstractChannelCustomizer

abstract base class for ChannelCustomizers

Properties

Link copied to clipboard
open override val channelClass: Class<out Channel>

return the corresponding channel class that this builder is responsible for

Functions

Link copied to clipboard
open override fun apply(channel: T)

apply any inital customizations

Link copied to clipboard
open override fun isApplicable(component: String): Boolean

return true if this builder is responsible for a particular Component