Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stwissel/vertx-sfdc-platformevents
Salesforce Platform Events Client for vert.x integration
https://github.com/stwissel/vertx-sfdc-platformevents
cometd salesforce verticle vertx
Last synced: 2 months ago
JSON representation
Salesforce Platform Events Client for vert.x integration
- Host: GitHub
- URL: https://github.com/stwissel/vertx-sfdc-platformevents
- Owner: Stwissel
- License: apache-2.0
- Created: 2017-11-21T06:32:39.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-29T09:10:09.000Z (5 months ago)
- Last Synced: 2024-11-03T12:04:59.881Z (2 months ago)
- Topics: cometd, salesforce, verticle, vertx
- Language: Java
- Size: 223 KB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[ ![Codeship Status for Stwissel/vertx-sfdc-platformevents](https://app.codeship.com/projects/65890500-b1cd-0135-81e1-7645507f84f6/status?branch=master)](https://app.codeship.com/projects/257955)
[![Known Vulnerabilities](https://snyk.io/test/github/Stwissel/vertx-sfdc-platformevents/badge.svg?targetFile=pom.xml)](https://snyk.io/test/github/Stwissel/vertx-sfdc-platformevents?targetFile=pom.xml)
[![Known Vulnerabilities](https://snyk.io/test/github/Stwissel/vertx-sfdc-platformevents/badge.svg?targetFile=vertx-sfdc-core%2Fpom.xml)](https://snyk.io/test/github/Stwissel/vertx-sfdc-platformevents?targetFile=vertx-sfdc-core%2Fpom.xml)
[![Known Vulnerabilities](https://snyk.io/test/github/Stwissel/vertx-sfdc-platformevents/badge.svg?targetFile=vertx-sfdc-redis%2Fpom.xml)](https://snyk.io/test/github/Stwissel/vertx-sfdc-platformevents?targetFile=vertx-sfdc-redis%2Fpom.xml)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/b6619f054b1d4535a9c9a5235928da4c)](https://www.codacy.com/app/Stwissel/vertx-sfdc-platformevents?utm_source=github.com&utm_medium=referral&utm_content=Stwissel/vertx-sfdc-platformevents&utm_campaign=Badge_Grade)# [Salesforce vert.x integration](https://stwissel.github.io/vertx-sfdc-platformevents)
Collection of verticles that enable interaction with the Salesforce API
Check the [full documentation](https://stwissel.github.io/vertx-sfdc-platformevents)!## Current released version
The current released version is `0.3.3`
Development might have newer snapshots## Available Verticles
- Authentication
- Subscription to platform events
- Process platform events
- Main/Setup Verticle
- Deduplication Verticle (messages already processed get discardedCheck the [full documentation](https://stwissel.github.io/vertx-sfdc-platformevents)!
## Setup and Configuration
Add this dependencies to your `pom.xml`:
```
net.wissel.salesforce
vertx-sfdc-core
0.3.3net.wissel.salesforce
vertx-sfdc-redis
0.3.3```
Check the [full documentation](https://stwissel.github.io/vertx-sfdc-platformevents)!Artifacts on [Maven Central](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22net.wissel.salesforce%22)
## Change Log
List of [changes](https://stwissel.github.io/vertx-sfdc-platformevents/changelog.html) in reverse order
## Issues and feedbackI would love to hear about your implementation or ideas or challenges, so
[open an issue on GitHub](https://github.com/Stwissel/vertx-sfdc-platformevents/issues) - even for sharing success. Don't be shy!