Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.

Hyperion plugin for quickly checking the state of registered kfin-state-machines

License

Notifications You must be signed in to change notification settings

ToxicBakery/kfin-state-machine-hyperion

Repository files navigation

Kotlin Finite State Machine Hyperion Build Status codecov

Hyperion Plugin for Monitoring Kotlin Finate State Machines

Sample Usage

// Register for viewing
KfinPlugin.registerMachine("MyMachine", myStateMachine)

// Unregister from viewing
KfinPlugin.unregisterMachine("MyMachine")

Install

debugImplementation "com.ToxicBakery.kfinstatemachine.hyperion:hyperion:2.+"
releaseImplementation "com.ToxicBakery.kfinstatemachine.hyperion:hyperion-no-op:2.+"

Build

The library depends on gradle for compilation and requires JDK 8 or higher.

./gradlew build

About

Hyperion plugin for quickly checking the state of registered kfin-state-machines

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages