Package | Description |
---|---|
org.springframework.boot.rsocket.netty |
Reactor Netty based RSocket server implementation.
|
Modifier and Type | Method and Description |
---|---|
void |
NettyRSocketServerFactory.addServerCustomizers(ServerRSocketFactoryCustomizer... serverCustomizers)
Add
ServerRSocketFactoryCustomizer s that should applied while building the
server. |
Modifier and Type | Method and Description |
---|---|
void |
NettyRSocketServerFactory.setServerCustomizers(Collection<? extends ServerRSocketFactoryCustomizer> serverCustomizers)
Set
ServerRSocketFactoryCustomizer s that should be applied to the RSocket
server builder. |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.