| Interface | Description |
|---|---|
| RequestMappingsMatcherStrategy |
Strategy that uses to work with discovered handler methods metainfo.
|
| TelegramService |
Is used to listen for telegram events and process them.
|
| TelegramUpdatesHandler |
Helper service that processes
List of Update updates. |
| Class | Description |
|---|---|
| DefaultRequestMappingsMatcherStrategy |
Default implementation of
RequestMappingsMatcherStrategy that uses AntPathMatcher. |
| DefaultTelegramUpdatesHandler | |
| HandlerMethodContainer |
Thread-Unsafe helper entity which is used to accumulate handlers during the
TelegramControllerBeanPostProcessor processing. |
| HandlerMethodContainer.HandlerLookupResult | |
| HandlerMethodContainer.RequestMapping | |
| RequestMappingInfo |
Stores request mappings for the current bot controller.
|
| TelegramPollingService |
Service used to listen for telegram events via polling and process them with
TelegramUpdatesHandler instance. |
| TelegramWebhookService |
Service used to listen for telegram events via local http server and process them with
TelegramUpdatesHandler instance. |
Copyright © 2022. All rights reserved.