| Package | Description |
|---|---|
| com.github.kshashov.telegram | |
| com.github.kshashov.telegram.handler.processor | |
| com.github.kshashov.telegram.handler.processor.response |
| Modifier and Type | Method and Description |
|---|---|
BotHandlerMethodReturnValueHandler |
MethodProcessorsConfiguration.botBaseRequestMethodProcessor() |
BotHandlerMethodReturnValueHandler |
MethodProcessorsConfiguration.botBaseRequestMethodProcessor() |
BotHandlerMethodReturnValueHandler |
MethodProcessorsConfiguration.botResponseBodyMethodProcessor(org.springframework.core.convert.ConversionService conversionService) |
BotHandlerMethodReturnValueHandler |
MethodProcessorsConfiguration.botResponseBodyMethodProcessor(org.springframework.core.convert.ConversionService conversionService) |
| Constructor and Description |
|---|
RequestDispatcher(@NotNull HandlerMethodContainer handlerMethodContainer,
@NotNull TelegramSessionResolver sessionResolver,
@NotNull BotHandlerMethodArgumentResolver argumentResolver,
@NotNull BotHandlerMethodReturnValueHandler returnValueHandler,
@NotNull MetricsService metricsService) |
RequestDispatcher(@NotNull HandlerMethodContainer handlerMethodContainer,
@NotNull TelegramSessionResolver sessionResolver,
@NotNull BotHandlerMethodArgumentResolver argumentResolver,
@NotNull BotHandlerMethodReturnValueHandler returnValueHandler,
@NotNull MetricsService metricsService) |
TelegramInvocableHandlerMethod(@NotNull HandlerMethod handlerMethod,
@NotNull BotHandlerMethodArgumentResolver argumentResolver,
@NotNull BotHandlerMethodReturnValueHandler returnValueHandler)
Create an instance from a bean instance and a method.
|
TelegramInvocableHandlerMethod(@NotNull HandlerMethod handlerMethod,
@NotNull BotHandlerMethodArgumentResolver argumentResolver,
@NotNull BotHandlerMethodReturnValueHandler returnValueHandler)
Create an instance from a bean instance and a method.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BotBaseRequestMethodProcessor
Add support for
BaseRequest return type. |
class |
BotHandlerMethodReturnValueHandlerComposite
Resolves method parameters by delegating to a list of registered
BotHandlerMethodReturnValueHandler
handlers. |
class |
BotResponseBodyMethodProcessor
Add support for
String return type. |
Copyright © 2022. All rights reserved.