Uses of Class
uz.osoncode.telegrambothandler.core.model.BotResponse
Packages that use BotResponse
Package
Description
-
Uses of BotResponse in uz.osoncode.telegrambothandler.core.argumentresolver
Methods in uz.osoncode.telegrambothandler.core.argumentresolver with parameters of type BotResponseModifier and TypeMethodDescriptionBotArgumentResolver.resolveArgument(Parameter parameter, BotRequest botRequest, BotResponse botResponse) Resolves and returns the argument value to be injected for the given method parameter. -
Uses of BotResponse in uz.osoncode.telegrambothandler.core.filter
Methods in uz.osoncode.telegrambothandler.core.filter with parameters of type BotResponseModifier and TypeMethodDescriptionvoidBotFilter.doFilter(BotRequest botRequest, BotResponse botResponse, BotFilterChain filterChain) Performs filter logic and delegates to the next filter or handler in the chain.voidBotFilterChain.doFilter(BotRequest botRequest, BotResponse botResponse) Invokes the next filter or the dispatcher in the chain.default booleanBotFilter.shouldFilter(BotRequest botRequest, BotResponse botResponse) Determines whether this filter should be applied for the current request. -
Uses of BotResponse in uz.osoncode.telegrambothandler.core.handler
Methods in uz.osoncode.telegrambothandler.core.handler with parameters of type BotResponseModifier and TypeMethodDescriptionvoidBotHandler.handle(BotRequest botRequest, BotResponse botResponse) Processes the incoming Telegram update encapsulated in the request and populates the response. -
Uses of BotResponse in uz.osoncode.telegrambothandler.core.returntypehandler
Methods in uz.osoncode.telegrambothandler.core.returntypehandler with parameters of type BotResponseModifier and TypeMethodDescriptionvoidBotReturnTypeHandler.handleReturnType(BotRequest botRequest, BotResponse botResponse, Object returnValue) Processes the return value produced by a handler method and records any resulting API methods in the response.