Package 

Object BotBus.Companion

    • Method Summary

      Modifier and Type Method Description
      final BotBus retrieveCurrentBus() Helper method to return the current bus, linked to the thread currently used by the handler.
      • Methods inherited from class ai.tock.bot.engine.BotBus.Companion

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

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

      • retrieveCurrentBus

         final BotBus retrieveCurrentBus()

        Helper method to return the current bus, linked to the thread currently used by the handler. (warning: advanced usage only).