setServerCustomizers

open fun setServerCustomizers(serverCustomizers: Collection<out NettyServerCustomizer>)

Set NettyServerCustomizers that should be applied to the Netty server builder. Calling this method will replace any existing customizers.

Parameters

serverCustomizers

the customizers to set