Java org.springframework.statemachine.config.configurers StateConfigurer fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Method

StateConfigurerstate(S state, Collection> entryActions, Collection> exitActions)
Specify a state S with entry and exit Action s.
StateConfigurerstate(S state, Action entryAction, Action exitAction)
Specify a state S with entry and exit Action .