Package ai.tock.bot

Object BotIoc

  • All Implemented Interfaces:

    
    public class BotIoc
    
                        

    Bot module configuration.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Unit setup(Kodein.Module modules) Start the bot with the specified additional modules.
      final Unit setup(List<Kodein.Module> modules) Start the bot with the specified additional modules.
      final List<Kodein.Module> getCoreModules() The core modules of the bot.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • setup

         final Unit setup(Kodein.Module modules)

        Start the bot with the specified additional modules.

      • setup

         final Unit setup(List<Kodein.Module> modules)

        Start the bot with the specified additional modules.