Polish RSocketServerBootstrap bean name
Closes gh-16700
This commit is contained in:
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);
|
||||
|
||||
Reference in New Issue
Block a user