| Package | Description |
|---|---|
| org.springframework.boot.rsocket.netty |
Reactor Netty based RSocket server implementation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NettyRSocketServerFactory.addSocketFactoryProcessors(ServerRSocketFactoryProcessor... socketFactoryProcessors)
Add
ServerRSocketFactoryProcessors that should be called to process the
RSocketFactory.ServerRSocketFactory while building the server. |
| Modifier and Type | Method and Description |
|---|---|
void |
NettyRSocketServerFactory.setSocketFactoryProcessors(Collection<? extends ServerRSocketFactoryProcessor> socketFactoryProcessors)
Set
ServerRSocketFactoryProcessors that should be called to process the
RSocketFactory.ServerRSocketFactory while building the server. |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.