Skip to content

Commit 507d128

Browse files
committed
Fix RSocket API warning
1 parent 08a5196 commit 507d128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-messaging/src/test/kotlin/org/springframework/messaging/rsocket/RSocketClientToServerCoroutinesIntegrationTests.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ class RSocketClientToServerCoroutinesIntegrationTests {
199199
context = AnnotationConfigApplicationContext(ServerConfig::class.java)
200200

201201
server = RSocketFactory.receive()
202-
.addServerPlugin(interceptor)
202+
.addResponderPlugin(interceptor)
203203
.frameDecoder(PayloadDecoder.ZERO_COPY)
204204
.acceptor(context.getBean(RSocketMessageHandler::class.java).serverAcceptor())
205205
.transport(TcpServerTransport.create("localhost", 7000))

0 commit comments

Comments
 (0)