Java org.springframework.statemachine.config.model TransitionData fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.statemachine.config.model TransitionData fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.statemachine.config.model TransitionData.

The text is from its open source code.

Method

Collection,Mono>>getActions()
Gets the actions.
IntegergetCount()
Gets the count.
EgetEvent()
Gets the event.
Function,Mono>getGuard()
Gets the guard.
TransitionKindgetKind()
Gets the kind.
LonggetPeriod()
Gets the period.
SecurityRulegetSecurityRule()
Gets the security rule.
SgetSource()
Gets the source.
SgetState()
Gets the state.
SgetTarget()
Gets the target.