From f337505fa36dd8a7a3f19b0d7e146f716d3222e9 Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Sun, 11 Dec 2016 11:41:48 +0000 Subject: [PATCH] Update docs - Polish - Relates to #284 --- docs/src/reference/asciidoc/sm.adoc | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/src/reference/asciidoc/sm.adoc b/docs/src/reference/asciidoc/sm.adoc index bedd5baa..7783e189 100644 --- a/docs/src/reference/asciidoc/sm.adoc +++ b/docs/src/reference/asciidoc/sm.adoc @@ -6,8 +6,14 @@ that Spring Statemachine provides to any Spring based application. <> the generic configuration support. +<> the use of machine id. + <> the generic state machine factory support. +<> the deferred event support. + +<> the scope support. + <> the actions support. <> the guard support. @@ -26,10 +32,16 @@ that Spring Statemachine provides to any Spring based application. <> the state machine error handling support. +<> the state machine security support. + <> the state machine interceptor support. <> the state machine persisting support. +<> the Spring Boot support. + +<> the monitoring and trancing support. + <> the distributed state machine support. <> the state machine testing support.