Spring Cloud Stream
2024-01-10 14:36 更新
Spring Cloud GCP为Google Cloud Pub / Sub 提供了Spring Cloud Stream活页夹。
所提供的活页夹依赖于Spring Integration Google Cloud Pub / Sub的通道适配器 。
Maven坐标,使用Spring Cloud GCP BOM:
<dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-gcp-pubsub-stream-binder</artifactId> </dependency>
Gradle坐标:
dependencies { compile group: 'org.springframework.cloud', name: 'spring-cloud-gcp-pubsub-stream-binder' }
以上内容是否对您有帮助:
更多建议: