Class StateMachineUtility

java.lang.Object
com.popush.henrietta.discord.StateMachineUtility

public final class StateMachineUtility
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    StateMachineUtility()  
  • Method Summary

    Modifier and Type Method Description
    static <T> T getMessageFromHeader​(org.springframework.statemachine.StateContext<BotStates,​BotEvents> context, java.lang.Class<T> clazz)  

    Methods inherited from class java.lang.Object

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

    • StateMachineUtility

      public StateMachineUtility()
  • Method Details

    • getMessageFromHeader

      public static <T> T getMessageFromHeader​(org.springframework.statemachine.StateContext<BotStates,​BotEvents> context, java.lang.Class<T> clazz)