Class ConversationContext.ConversationLifecycle

java.lang.Object
java.lang.Thread
org.teleight.teleightbots.conversation.ConversationContext.ConversationLifecycle
All Implemented Interfaces:
Runnable
Enclosing class:
ConversationContext

@Internal protected class ConversationContext.ConversationLifecycle extends Thread
This class represents a running conversation associated with a ConversationContext. It is responsible for executing the conversation and managing its lifecycle. This class is internal and SHOULD NOT be accessed elsewhere.
  • Constructor Details

    • ConversationLifecycle

      protected ConversationLifecycle()
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable
      Overrides:
      run in class Thread