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 TypeMethodDescriptionvoidNettyRSocketServerFactory.addRSocketServerCustomizers(RSocketServerCustomizer... rSocketServerCustomizers) AddRSocketServerCustomizers that should be called to configure theRSocketServer.Method parameters in org.springframework.boot.rsocket.netty with type arguments of type RSocketServerCustomizerModifier and TypeMethodDescriptionvoidNettyRSocketServerFactory.setRSocketServerCustomizers(Collection<? extends RSocketServerCustomizer> rSocketServerCustomizers) SetRSocketServerCustomizers that should be called to configure theRSocketServerwhile building the server.