Registry / messaging / spring-integration-rsocket

spring-integration-rsocket

JSON →
library7.0.4javamavenunverified

Provides RSocket support for Spring Integration, enabling reactive message-driven communication between applications.

<dependency> <groupId>org.springframework.integration</groupId> <artifactId>spring-integration-rsocket</artifactId> <version>7.0.4</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-INTEGRATION
S
spring-integration-rsocket
messagingjavav7.0.4
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.

RSocketInboundGateway
org.springframework.integration.rsocket.RSocketInboundGateway

Creates an RSocket inbound gateway for handling incoming RSocket requests.

import org.springframework.integration.rsocket.RSocketInboundGateway; public class Quickstart { public static void main(String[] args) { RSocketInboundGateway gateway = new RSocketInboundGateway(); System.out.println("RSocket inbound gateway created"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
7.0.4latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
OpenAI (training)
1
Resources
spring-integration-rsocket — mvn dependency:get spring-integration-rsocket · libregistry