Skip to content

topicstudy/state-machine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

介绍

通用状态机

current state == event ==> next state (and may trigger some actions)

使用

  • maven
<dependency>
  <groupId>io.github.topicstudy</groupId>
  <artifactId>state-machine</artifactId>
  <version>RELEASE</version>
</dependency>
  • demo: cn.topicstudy.statemachine.common.entity.StateMachineTest.checkCanStateFlow

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages