Registry / messaging / spring-integration-websocket

spring-integration-websocket

JSON →
library7.0.4javamavenunverified

Spring Integration extension providing WebSocket support for messaging and integration flows.

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

WebSocketIntegrationConfiguration
org.springframework.integration.websocket.WebSocketIntegrationConfiguration

Register the WebSocket integration configuration class in a Spring application context.

import org.springframework.integration.websocket.WebSocketIntegrationConfiguration; import org.springframework.context.annotation.AnnotationConfigApplicationContext; public class Example { public static void main(String[] args) { AnnotationConfigApplicationContext context = new AnnotationConfigApplicationContext(); context.register(WebSocketIntegrationConfiguration.class); context.refresh(); System.out.println("WebSocket integration configured"); } }
Debug
Known issues
breakingVersion 7.x requires Spring Framework 6.x and Java 17+; older versions may not be compatible.
fix
Ensure your project uses Spring Boot 3.x or Spring Framework 6.x with Java 17 or later.
affects: >=7.0.0
Upgrade
Version history
7.0.4latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
12
Amazon
1
OpenAI (training)
1
Resources
spring-integration-websocket — mvn dependency:get spring-integration-websocket · libregistry