Spring Cloud Cloud Pub / Sub的通道适配器
2024-01-09 17:58 更新
Google Cloud Pub / Sub的通道适配器将您的Spring连接MessageChannels
到Google Cloud Pub / Sub主题和订阅。这样可以在由Google Cloud Pub / Sub备份的不同流程,应用程序或微服务之间进行消息传递。
spring-cloud-gcp-pubsub
模块中包含Spring Integration Google Cloud Pub / Sub的通道适配器。
Maven坐标,使用Spring Cloud GCP BOM:
<dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-gcp-pubsub</artifactId> </dependency> <dependency> <groupId>org.springframework.integration</groupId> <artifactId>spring-integration-core</artifactId> </dependency>
Gradle坐标:
dependencies { compile group: 'org.springframework.cloud', name: 'spring-cloud-gcp-pubsub' compile group: 'org.springframework.integration', name: 'spring-integration-core' }
以上内容是否对您有帮助:
更多建议: