Package ai.tock.bot.engine
Object BotBus.Companion
-
- All Implemented Interfaces:
public class BotBus.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static BotBus.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final BotBusretrieveCurrentBus()Helper method to return the current bus, linked to the thread currently used by the handler. -
-
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).
-
-
-
-