Skip to content

daviswlau/actflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ActorFlowEngine

A light & fastest work flow with Actor pattern.

environment: JDK1.8 above

use from maven repository:

<dependency>
  <groupId>io.github.daviswlau</groupId>
  <artifactId>actflow-engine</artifactId>
  <version>1.0.2</version>
</dependency>

the cluster configuration, pls view 'resources/akkaActor-cluster.conf'

the flow sample, pls view 'engines/flow-sample.xml'

support Spring 4.x, just use the annotation @Inject, the actor will be auto inject your spring bean or service.

support TCC (try, confirm, cancel)

About

A light & fastest work flow with Actor pattern.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages