Skip to content

duduribeiro/faktory_worker_jvm

Repository files navigation

FaktoryWorker for JVM

(still in progress)

This library will handle the communication between JVM languages to Faktory.

It will allows you to push and cosume Faktory's jobs to be processed.

Examples:

Java

Pushing a Job

  FaktoryClient client = new FaktoryClient();
  FaktoryJob job = new FaktoryJob("MyJob", 1, 2, "foo");
  client.pushJob(job);

About

JVM implementation for FaktoryWorker

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages