Registry / messaging / spring-integration-java-dsl

spring-integration-java-dsl

JSON →
library1.2.3.RELEASEjavamavenunverified

Java DSL for Spring Integration, enabling fluent configuration of integration flows.

<dependency> <groupId>org.springframework.integration</groupId> <artifactId>spring-integration-java-dsl</artifactId> <version>1.2.3.RELEASE</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-INTEGRATION
S
spring-integration-java-dsl
messagingjavav1.2.3.RELEASE
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.

IntegrationFlows
org.springframework.integration.dsl.IntegrationFlows

Define a simple integration flow using the Java DSL.

import org.springframework.integration.dsl.IntegrationFlows; import org.springframework.integration.dsl.MessageChannels; public class Example { public static void main(String[] args) { IntegrationFlows.from(MessageChannels.direct("input")) .handle(m -> System.out.println(m.getPayload())) .get(); System.out.println("Integration flow defined"); } }
Debug
Known issues
breakingThis DSL is deprecated in favor of Spring Integration's built-in Java DSL (since 5.0).
fix
Use org.springframework.integration.dsl.IntegrationFlows from spring-integration-core.
affects: >=1.2.0
Upgrade
Version history
1.2.3.RELEASElatest on Maven
Audit
Dependencies

No dependency data recorded yet.

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