- taskExecutor(ThreadPoolExecutor) - Method in class com.github.kshashov.telegram.config.TelegramBotGlobalProperties.Builder
-
- taskExecutor(ThreadPoolExecutor) - Method in class com.github.kshashov.telegram.config.TelegramBotGlobalProperties.Builder
-
- TelegramAutoConfiguration - Class in com.github.kshashov.telegram
-
Main configuration for telegram mvc.
- TelegramAutoConfiguration - Class in com.github.kshashov.telegram
-
Main configuration for telegram mvc.
- TelegramAutoConfiguration() - Constructor for class com.github.kshashov.telegram.TelegramAutoConfiguration
-
- TelegramAutoConfiguration() - Constructor for class com.github.kshashov.telegram.TelegramAutoConfiguration
-
- TelegramBotGlobalProperties - Class in com.github.kshashov.telegram.config
-
Provides global configurations for all telegram bots.
- TelegramBotGlobalProperties - Class in com.github.kshashov.telegram.config
-
Provides global configurations for all telegram bots.
- TelegramBotGlobalProperties() - Constructor for class com.github.kshashov.telegram.config.TelegramBotGlobalProperties
-
- TelegramBotGlobalProperties() - Constructor for class com.github.kshashov.telegram.config.TelegramBotGlobalProperties
-
- TelegramBotGlobalProperties.Builder - Class in com.github.kshashov.telegram.config
-
- TelegramBotGlobalProperties.Builder - Class in com.github.kshashov.telegram.config
-
- TelegramBotGlobalPropertiesConfiguration - Interface in com.github.kshashov.telegram.config
-
Designed to support code-based configuration of the telegram mvc.
- TelegramBotGlobalPropertiesConfiguration - Interface in com.github.kshashov.telegram.config
-
Designed to support code-based configuration of the telegram mvc.
- TelegramBotProperties - Class in com.github.kshashov.telegram.config
-
Helper entity used for initialization of the new TelegramBot instances.
- TelegramBotProperties - Class in com.github.kshashov.telegram.config
-
Helper entity used for initialization of the new TelegramBot instances.
- TelegramBotProperties() - Constructor for class com.github.kshashov.telegram.config.TelegramBotProperties
-
- TelegramBotProperties() - Constructor for class com.github.kshashov.telegram.config.TelegramBotProperties
-
- TelegramBotProperties.Builder - Class in com.github.kshashov.telegram.config
-
- TelegramBotProperties.Builder - Class in com.github.kshashov.telegram.config
-
- TelegramCallback - Class in com.github.kshashov.telegram.handler.processor
-
Result of the Telegram request processing.
- TelegramCallback - Class in com.github.kshashov.telegram.handler.processor
-
Result of the Telegram request processing.
- TelegramCallback(BaseRequest, Callback) - Constructor for class com.github.kshashov.telegram.handler.processor.TelegramCallback
-
- TelegramCallback(BaseRequest, Callback) - Constructor for class com.github.kshashov.telegram.handler.processor.TelegramCallback
-
- TelegramConfigurationProperties - Class in com.github.kshashov.telegram
-
- TelegramConfigurationProperties - Class in com.github.kshashov.telegram
-
- TelegramConfigurationProperties() - Constructor for class com.github.kshashov.telegram.TelegramConfigurationProperties
-
- TelegramConfigurationProperties() - Constructor for class com.github.kshashov.telegram.TelegramConfigurationProperties
-
- TelegramControllerBeanPostProcessor - Class in com.github.kshashov.telegram
-
- TelegramControllerBeanPostProcessor - Class in com.github.kshashov.telegram
-
- TelegramControllerBeanPostProcessor(HandlerMethodContainer, MetricsService) - Constructor for class com.github.kshashov.telegram.TelegramControllerBeanPostProcessor
-
- TelegramControllerBeanPostProcessor(HandlerMethodContainer, MetricsService) - Constructor for class com.github.kshashov.telegram.TelegramControllerBeanPostProcessor
-
- TelegramEvent - Class in com.github.kshashov.telegram.handler.processor
-
Accumulates all available parameters from the initial telegram request.
- TelegramEvent - Class in com.github.kshashov.telegram.handler.processor
-
Accumulates all available parameters from the initial telegram request.
- TelegramEvent(String, Update, TelegramBot) - Constructor for class com.github.kshashov.telegram.handler.processor.TelegramEvent
-
- TelegramEvent(String, Update, TelegramBot) - Constructor for class com.github.kshashov.telegram.handler.processor.TelegramEvent
-
- TelegramInvocableHandlerMethod - Class in com.github.kshashov.telegram.handler.processor
-
- TelegramInvocableHandlerMethod - Class in com.github.kshashov.telegram.handler.processor
-
- TelegramInvocableHandlerMethod(HandlerMethod, BotHandlerMethodArgumentResolver, BotHandlerMethodReturnValueHandler) - Constructor for class com.github.kshashov.telegram.handler.processor.TelegramInvocableHandlerMethod
-
Create an instance from a bean instance and a method.
- TelegramInvocableHandlerMethod(HandlerMethod, BotHandlerMethodArgumentResolver, BotHandlerMethodReturnValueHandler) - Constructor for class com.github.kshashov.telegram.handler.processor.TelegramInvocableHandlerMethod
-
Create an instance from a bean instance and a method.
- TelegramMvcController - Interface in com.github.kshashov.telegram.api
-
An interface from which all classes marked with annotation
BotRequest must.
- TelegramMvcController - Interface in com.github.kshashov.telegram.api
-
An interface from which all classes marked with annotation
BotRequest must.
- TelegramPollingService - Class in com.github.kshashov.telegram.handler
-
- TelegramPollingService - Class in com.github.kshashov.telegram.handler
-
- TelegramPollingService(TelegramBotProperties, TelegramBot, TelegramUpdatesHandler) - Constructor for class com.github.kshashov.telegram.handler.TelegramPollingService
-
- TelegramPollingService(TelegramBotProperties, TelegramBot, TelegramUpdatesHandler) - Constructor for class com.github.kshashov.telegram.handler.TelegramPollingService
-
- TelegramRequest - Class in com.github.kshashov.telegram.api
-
Accumulates all available parameters from the initial request, the path pattern and path variables.
- TelegramRequest - Class in com.github.kshashov.telegram.api
-
Accumulates all available parameters from the initial request, the path pattern and path variables.
- TelegramRequest() - Constructor for class com.github.kshashov.telegram.api.TelegramRequest
-
- TelegramRequest() - Constructor for class com.github.kshashov.telegram.api.TelegramRequest
-
- TelegramScope - Class in com.github.kshashov.telegram
-
Scope store all beans in the cache by chat id (or user id)
The bean lifetime after the last call can be redefined using the property TelegramConfigurationProperties.getSessionSeconds().
- TelegramScope - Class in com.github.kshashov.telegram
-
Scope store all beans in the cache by chat id (or user id)
The bean lifetime after the last call can be redefined using the property TelegramConfigurationProperties.getSessionSeconds().
- TelegramScopeException - Exception in com.github.kshashov.telegram
-
Unchecked exception thrown when an attempt is made to get a bean from a nonexistent session.
- TelegramScopeException - Exception in com.github.kshashov.telegram
-
Unchecked exception thrown when an attempt is made to get a bean from a nonexistent session.
- TelegramScopeException(String) - Constructor for exception com.github.kshashov.telegram.TelegramScopeException
-
- TelegramScopeException(Throwable) - Constructor for exception com.github.kshashov.telegram.TelegramScopeException
-
- TelegramScopeException(String) - Constructor for exception com.github.kshashov.telegram.TelegramScopeException
-
- TelegramScopeException(Throwable) - Constructor for exception com.github.kshashov.telegram.TelegramScopeException
-
- TelegramService - Interface in com.github.kshashov.telegram.handler
-
Is used to listen for telegram events and process them.
- TelegramService - Interface in com.github.kshashov.telegram.handler
-
Is used to listen for telegram events and process them.
- TelegramSession - Class in com.github.kshashov.telegram.api
-
A Session instances are supposed to be created inside
TelegramScope.
- TelegramSession - Class in com.github.kshashov.telegram.api
-
A Session instances are supposed to be created inside
TelegramScope.
- TelegramSession() - Constructor for class com.github.kshashov.telegram.api.TelegramSession
-
- TelegramSession() - Constructor for class com.github.kshashov.telegram.api.TelegramSession
-
- TelegramSessionHolder() - Constructor for class com.github.kshashov.telegram.TelegramSessionResolver.TelegramSessionHolder
-
- TelegramSessionHolder() - Constructor for class com.github.kshashov.telegram.TelegramSessionResolver.TelegramSessionHolder
-
- TelegramSessionResolver - Class in com.github.kshashov.telegram
-
- TelegramSessionResolver - Class in com.github.kshashov.telegram
-
- TelegramSessionResolver(ApplicationContext) - Constructor for class com.github.kshashov.telegram.TelegramSessionResolver
-
- TelegramSessionResolver(ApplicationContext) - Constructor for class com.github.kshashov.telegram.TelegramSessionResolver
-
- TelegramSessionResolver.TelegramSessionHolder - Class in com.github.kshashov.telegram
-
- TelegramSessionResolver.TelegramSessionHolder - Class in com.github.kshashov.telegram
-
- TelegramUpdatesHandler - Interface in com.github.kshashov.telegram.handler
-
Helper service that processes
List of
Update updates.
- TelegramUpdatesHandler - Interface in com.github.kshashov.telegram.handler
-
Helper service that processes
List of
Update updates.
- TelegramWebhookService - Class in com.github.kshashov.telegram.handler
-
Service used to listen for telegram events via local http server and process them with
TelegramUpdatesHandler instance.
- TelegramWebhookService - Class in com.github.kshashov.telegram.handler
-
Service used to listen for telegram events via local http server and process them with
TelegramUpdatesHandler instance.
- TelegramWebhookService(TelegramBotProperties, TelegramBot, TelegramUpdatesHandler, Javalin) - Constructor for class com.github.kshashov.telegram.handler.TelegramWebhookService
-
- TelegramWebhookService(TelegramBotProperties, TelegramBot, TelegramUpdatesHandler, Javalin) - Constructor for class com.github.kshashov.telegram.handler.TelegramWebhookService
-
- toString() - Method in class com.github.kshashov.telegram.api.TelegramRequest
-
- toString() - Method in class com.github.kshashov.telegram.api.TelegramRequest
-
- toString() - Method in class com.github.kshashov.telegram.handler.processor.HandlerMethod
-
- toString() - Method in class com.github.kshashov.telegram.handler.processor.HandlerMethod
-