Files
spring-statemachine/spring-statemachine-data
Janne Valkealahti e7092a31f1 Initial reactive Guard changes
- First changes to introduce ReactiveGuard similar to work done
  for ReactiveAction. User level interface is ReactiveGuard but internally
  it is handled as its super type Function<StateContext<S, E>, Mono<Boolean>>.
- This change still keeps some calls as blocking which will get changed
  in futher commits to get a full reactive chain.
- Touching only Transition to change guard signature, other use of blocking guard
  internally need to get similar changes in next commits.
- Baby steps...
- Relates #791
2019-06-29 15:30:41 +01:00
..
2019-05-10 17:39:13 +01:00
2019-05-10 17:39:13 +01:00
2019-06-29 15:30:41 +01:00
2019-05-12 14:23:59 +01:00