Uses of Interface
org.telegram.abilitybots.api.db.DBContext
Packages that use DBContext
Package
Description
-
Uses of DBContext in org.telegram.abilitybots.api.bot
Fields in org.telegram.abilitybots.api.bot declared as DBContextMethods in org.telegram.abilitybots.api.bot that return DBContextConstructors in org.telegram.abilitybots.api.bot with parameters of type DBContextModifierConstructorDescriptionprotectedAbilityBot(String botToken, String botUsername, DBContext db) protectedAbilityBot(String botToken, String botUsername, DBContext db, AbilityToggle toggle) protectedAbilityBot(String botToken, String botUsername, DBContext db, AbilityToggle toggle, DefaultBotOptions botOptions) protectedAbilityBot(String botToken, String botUsername, DBContext db, DefaultBotOptions options) protectedAbilityWebhookBot(String botToken, String botUsername, String botPath, DBContext db) protectedAbilityWebhookBot(String botToken, String botUsername, String botPath, DBContext db, AbilityToggle toggle) protectedAbilityWebhookBot(String botToken, String botUsername, String botPath, DBContext db, AbilityToggle toggle, DefaultBotOptions botOptions) protectedAbilityWebhookBot(String botToken, String botUsername, String botPath, DBContext db, DefaultBotOptions options) protectedBaseAbilityBot(String botToken, String botUsername, DBContext db, AbilityToggle toggle, DefaultBotOptions botOptions) -
Uses of DBContext in org.telegram.abilitybots.api.db
Classes in org.telegram.abilitybots.api.db that implement DBContextMethods in org.telegram.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.abilitybots.api.objects
Methods in org.telegram.abilitybots.api.objects with parameters of type DBContextModifier and TypeMethodDescriptionstatic ReplyFlow.ReplyFlowBuilderstatic ReplyFlow.ReplyFlowBuilder -
Uses of DBContext in org.telegram.abilitybots.api.util
Methods in org.telegram.abilitybots.api.util with parameters of type DBContext