Uses of Interface
org.telegram.telegrambots.abilitybots.api.db.DBContext
Packages that use DBContext
Package
Description
-
Uses of DBContext in org.telegram.telegrambots.abilitybots.api.bot
Fields in org.telegram.telegrambots.abilitybots.api.bot declared as DBContextConstructors in org.telegram.telegrambots.abilitybots.api.bot with parameters of type DBContextModifierConstructorDescriptionprotectedAbilityBot(TelegramClient telegramClient, String botUsername, DBContext db) protectedAbilityBot(TelegramClient telegramClient, String botUsername, DBContext db, AbilityToggle toggle) protectedAbilityWebhookBot(TelegramClient telegramClient, String botUsername, String botPath, DBContext db) protectedAbilityWebhookBot(TelegramClient telegramClient, String botUsername, String botPath, DBContext db, AbilityToggle toggle) protectedBaseAbilityBot(TelegramClient telegramClient, String botUsername, DBContext db, AbilityToggle toggle) -
Uses of DBContext in org.telegram.telegrambots.abilitybots.api.db
Classes in org.telegram.telegrambots.abilitybots.api.db that implement DBContextMethods in org.telegram.telegrambots.abilitybots.api.db that return DBContextModifier and TypeMethodDescriptionstatic DBContextMapDBContext.offlineInstance(String name) This DB returned by this method gets deleted on JVM shutdown.static DBContextMapDBContext.onlineInstance(String name) This DB returned by this method does not trigger deletion on JVM shutdown. -
Uses of DBContext in org.telegram.telegrambots.abilitybots.api.objects
Methods in org.telegram.telegrambots.abilitybots.api.objects with parameters of type DBContextModifier and TypeMethodDescriptionstatic ReplyFlow.ReplyFlowBuilderstatic ReplyFlow.ReplyFlowBuilder -
Uses of DBContext in org.telegram.telegrambots.abilitybots.api.util
Methods in org.telegram.telegrambots.abilitybots.api.util with parameters of type DBContext