Registry / web-framework / spring-integration-webflux

spring-integration-webflux

JSON →
library7.0.4javamavenunverified

Spring Integration extension providing HTTP support via WebFlux for reactive integrations.

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

WebFluxInboundEndpoint
org.springframework.integration.webflux.inbound.WebFluxInboundEndpoint

Define a WebFlux inbound endpoint in Spring Integration.

import org.springframework.integration.webflux.inbound.WebFluxInboundEndpoint; import org.springframework.context.annotation.Bean; import org.springframework.integration.config.EnableIntegration; @EnableIntegration public class Config { @Bean public WebFluxInboundEndpoint webFluxInbound() { return new WebFluxInboundEndpoint(); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
7.0.4latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources