Polish RSocketServerBootstrap bean name

Closes gh-16700
pull/16707/head
Johnny Lim 6 years ago committed by Stephane Nicoll
parent f056b952d9
commit 21b05bbafc

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

Loading…
Cancel
Save