Registry / networking / spring-boot-starter-rsocket

spring-boot-starter-rsocket

JSON →
library4.0.6javamavenunverified

Starter for using RSocket with Spring Boot, enabling reactive communication.

<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-rsocket</artifactId> <version>4.0.6</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-BOOT-STARTE
S
spring-boot-starter-rsocket
networkingjavav4.0.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

RSocketServer
org.springframework.boot.rsocket.server.RSocketServer

Configure an RSocket server in Spring Boot

import org.springframework.boot.rsocket.server.RSocketServer; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; @Configuration public class RSocketConfig { @Bean public RSocketServer rSocketServer() { return RSocketServer.create(); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.0.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
OpenAI (training)
1
Resources