Commit 21b05bba authored by Johnny Lim's avatar Johnny Lim Committed by Stephane Nicoll

Polish RSocketServerBootstrap bean name

Closes gh-16700
parent f056b952
...@@ -106,7 +106,7 @@ public class RSocketServerAutoConfiguration { ...@@ -106,7 +106,7 @@ public class RSocketServerAutoConfiguration {
} }
@Bean @Bean
public RSocketServerBootstrap nettyRSocketBootstrap( public RSocketServerBootstrap rSocketServerBootstrap(
RSocketServerFactory rSocketServerFactory, RSocketServerFactory rSocketServerFactory,
SocketAcceptor socketAcceptor) { SocketAcceptor socketAcceptor) {
return new RSocketServerBootstrap(rSocketServerFactory, socketAcceptor); return new RSocketServerBootstrap(rSocketServerFactory, socketAcceptor);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment