Stwissel / vertx-sfdc-platformevents

Salesforce Platform Events Client for vert.x integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Codeship Status for Stwissel/vertx-sfdc-platformevents Known Vulnerabilities Known Vulnerabilities Known Vulnerabilities Codacy Badge

Collection of verticles that enable interaction with the Salesforce API Check the full documentation!

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 discarded

Check the full documentation!

Setup and Configuration

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

Change Log

List of changes in reverse order

Issues and feedback

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!

About

Salesforce Platform Events Client for vert.x integration

License:Apache License 2.0


Languages

Language:Java 99.9%Language:Mustache 0.1%