Uses of Interface
org.springframework.boot.rsocket.server.RSocketServerCustomizer
Packages that use RSocketServerCustomizer
Package
Description
Reactor Netty based RSocket server implementation.
-
Uses of RSocketServerCustomizer in org.springframework.boot.rsocket.netty
Methods in org.springframework.boot.rsocket.netty with parameters of type RSocketServerCustomizerModifier and TypeMethodDescriptionvoid
NettyRSocketServerFactory.addRSocketServerCustomizers
(RSocketServerCustomizer... rSocketServerCustomizers) AddRSocketServerCustomizer
s that should be called to configure theRSocketServer
.Method parameters in org.springframework.boot.rsocket.netty with type arguments of type RSocketServerCustomizerModifier and TypeMethodDescriptionvoid
NettyRSocketServerFactory.setRSocketServerCustomizers
(Collection<? extends RSocketServerCustomizer> rSocketServerCustomizers) SetRSocketServerCustomizer
s that should be called to configure theRSocketServer
while building the server.