Fix RSocket API warning
This commit is contained in:
parent
08a5196c3a
commit
507d128e1d
|
|
@ -199,7 +199,7 @@ class RSocketClientToServerCoroutinesIntegrationTests {
|
|||
context = AnnotationConfigApplicationContext(ServerConfig::class.java)
|
||||
|
||||
server = RSocketFactory.receive()
|
||||
.addServerPlugin(interceptor)
|
||||
.addResponderPlugin(interceptor)
|
||||
.frameDecoder(PayloadDecoder.ZERO_COPY)
|
||||
.acceptor(context.getBean(RSocketMessageHandler::class.java).serverAcceptor())
|
||||
.transport(TcpServerTransport.create("localhost", 7000))
|
||||
|
|
|
|||
Loading…
Reference in New Issue