Merge pull request #16700 from izeye

* pr/16700:
  Polish RSocketServerBootstrap bean name
This commit is contained in:
Stephane Nicoll
2019-05-02 09:20:26 +02:00

View File

@@ -106,7 +106,7 @@ public class RSocketServerAutoConfiguration {
}
@Bean
public RSocketServerBootstrap nettyRSocketBootstrap(
public RSocketServerBootstrap rSocketServerBootstrap(
RSocketServerFactory rSocketServerFactory,
SocketAcceptor socketAcceptor) {
return new RSocketServerBootstrap(rSocketServerFactory, socketAcceptor);