setRSocketServerCustomizers

open fun setRSocketServerCustomizers(rSocketServerCustomizers: Collection<out RSocketServerCustomizer>)

Set RSocketServerCustomizers that should be called to configure the io.rsocket.core.RSocketServer while building the server. Calling this method will replace any existing customizers.

Since

2.2.7

Parameters

rSocketServerCustomizers

customizers to apply before the server starts