Skip to content

Stwissel/vertx-sfdc-platformevents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors