Registry / testing / spring-cloud-stream-binder-test

spring-cloud-stream-binder-test

JSON →
library3.2.10javamavenunverified

Test support for Spring Cloud Stream binder implementations, enabling integration testing.

<dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-stream-binder-test</artifactId> <version>3.2.10</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-CLOUD-STREA
S
spring-cloud-stream-binder-test
testingjavav3.2.10
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.

TestChannelBinder
org.springframework.cloud.stream.binder.test.TestChannelBinder

Use TestChannelBinder for binder testing.

import org.springframework.cloud.stream.binder.test.TestChannelBinder; import org.springframework.cloud.stream.binder.Binder; public class Example { public static void main(String[] args) { TestChannelBinder binder = new TestChannelBinder(); binder.bindConsumer("input", null, null); } }
Debug
Known issues
breakingSpring Cloud Stream 3.x requires Spring Boot 2.x.
fix
Ensure compatible Spring Boot version.
affects: >=3.0.0
Upgrade
Version history
3.2.10latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
14
OpenAI (training)
2
Amazon
1
Resources
spring-cloud-stream-binder-test — mvn dependency:get spring-cloud-stream-binder-test · libregistry