Rename socket factory processor methods on NettyRSocketServerFactory
Previously, the methods were named addServerProcessors and
setServerProcessors which wasn't aligned with them taking
socket factory processors (ServerRSocketFactoryProcessor) as an
argument.
This commit renames the methods to align them more closely with the
type of their arguments.
Closes gh-18617
@ -60,7 +61,7 @@ public class NettyRSocketServerFactory implements RSocketServerFactory, Configur
@@ -60,7 +61,7 @@ public class NettyRSocketServerFactory implements RSocketServerFactory, Configur
@ -86,23 +87,25 @@ public class NettyRSocketServerFactory implements RSocketServerFactory, Configur
@@ -86,23 +87,25 @@ public class NettyRSocketServerFactory implements RSocketServerFactory, Configur
@ -118,7 +121,7 @@ public class NettyRSocketServerFactory implements RSocketServerFactory, Configur
@@ -118,7 +121,7 @@ public class NettyRSocketServerFactory implements RSocketServerFactory, Configur