- Notifications
You must be signed in to change notification settings - Fork118
Java framework for Cadence Workflow Service
License
Apache-2.0, Unknown licenses found
Licenses found
cadence-workflow/cadence-java-client
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Cadence is a distributed, scalable, durable, and highly available orchestration engine we developed at Uber Engineering to execute asynchronous long-running business logic in a scalable and resilient way.
cadence-client is the framework for authoring workflows and activities in Java.
If you are authoring in Go, seeGo Cadence Client.
For samples, seeSamples for the Java Cadence client.
Run Cadence Server using Docker Compose:
curl -O https://raw.githubusercontent.com/uber/cadence/master/docker/docker-compose.ymldocker-compose upIf this does not work, see instructions for running the Cadence Server athttps://github.com/uber/cadence/blob/master/README.md.
CLI is avaialable as an executable or as a docker image
Addcadence-client as a dependency to yourpom.xml:
<dependency> <groupId>com.uber.cadence</groupId> <artifactId>cadence-client</artifactId> <version>V.V.V</version></dependency>or tobuild.gradle:
compile group: 'com.uber.cadence', name: 'cadence-client', version: 'V.V.V'The documentation on how to use the Cadence Java client ishere.
Javadocs for the client API are locatedhere.
Join our community on the CNCF Slack workspace atcloud-native.slack.com in the#cadence-users channel for discussions, questions, and support.
We'd love your help in making the Cadence Java client great. Please review ourcontribution guidelines.
If you'd like to propose a new feature, first join theCNCF Slack workspace in the#cadence-users channel to start a discussion.
Apache 2.0 License, please seeLICENSE for details.
About
Java framework for Cadence Workflow Service
Topics
Resources
License
Apache-2.0, Unknown licenses found
Licenses found
Contributing
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.