ChannelCustomizer

A ChannelCustomizer is used to dynamically intercept channel construction with custom logic

Inheritors

Properties

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

return the corresponding channel class that this builder is responsible for

Functions

Link copied to clipboard
abstract fun apply(channel: T)

apply any inital customizations

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

return true if this builder is responsible for a particular Component