Class BotStateMachineConfig

java.lang.Object
com.popush.henrietta.discord.config.BotStateMachineConfig

@Configuration
public class BotStateMachineConfig
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    BotStateMachineConfig()  
  • Method Summary

    Modifier and Type Method Description
    org.springframework.statemachine.StateMachine<BotStates,​BotEvents> stateMachineTarget()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BotStateMachineConfig

      public BotStateMachineConfig()
  • Method Details

    • stateMachineTarget

      @Bean @Scope(scopeName="prototype") public org.springframework.statemachine.StateMachine<BotStates,​BotEvents> stateMachineTarget() throws java.lang.Exception
      Throws:
      java.lang.Exception