Java org.springframework.statemachine.transition InitialTransition fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.statemachine.transition InitialTransition fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.statemachine.transition InitialTransition.

The text is from its open source code.

Constructor

InitialTransition(State target)
Instantiates a new initial transition.
InitialTransition(State target, Function, Mono> action)
Instantiates a new initial transition.
InitialTransition(State target, Collection, Mono>> actions)
Instantiates a new initial transition.