Commit 4ad837f5 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #16700 from izeye

* pr/16700:
  Polish RSocketServerBootstrap bean name
parents f056b952 21b05bba
...@@ -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