Collection of verticles that enable interaction with the Salesforce API Check the full documentation!
The current released version is 0.3.3
Development might have newer snapshots
- Authentication
- Subscription to platform events
- Process platform events
- Main/Setup Verticle
- Deduplication Verticle (messages already processed get discarded
Check the full documentation!
Add this dependencies to your pom.xml
:
<dependency>
<groupId>net.wissel.salesforce</groupId>
<artifactId>vertx-sfdc-core</artifactId>
<version>0.3.3</version>
</dependency>
<!-- Optional for deduplication service if Redis is your choice -->
<dependency>
<groupId>net.wissel.salesforce</groupId>
<artifactId>vertx-sfdc-redis</artifactId>
<version>0.3.3</version>
</dependency>
Check the full documentation!
Artifacts on Maven Central
List of changes in reverse order
I would love to hear about your implementation or ideas or challenges, so open an issue on GitHub - even for sharing success. Don't be shy!