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