mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 17:59:03 +00:00
Polish RSocketServerBootstrap bean name
Closes gh-16700
This commit is contained in:
committed by
Stephane Nicoll
parent
f056b952d9
commit
21b05bbafc
+1
-1
@@ -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