| Class | Description |
|---|---|
| MethodProcessorsConfiguration | |
| TelegramAutoConfiguration |
Main configuration for telegram mvc.
|
| TelegramConfigurationProperties | |
| TelegramControllerBeanPostProcessor |
Searches for
TelegramMvcController inheritors marked with BotController annotation, then searches for
BotRequest annotations in methods and store the meta
information into HandlerMethodContainer. |
| TelegramScope |
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(). |
| TelegramSessionResolver | |
| TelegramSessionResolver.TelegramSessionHolder |
| Exception | Description |
|---|---|
| TelegramScopeException |
Unchecked exception thrown when an attempt is made to get a bean from a nonexistent session.
|
Copyright © 2022. All rights reserved.