Class Pointcuts
java.lang.Object
io.github.yvasyliev.forwarder.telegram.bot.util.Pointcuts
Defines pointcuts for AOP in the Telegram Forwarder Bot application.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidPointcut for executing a callback query command.voidPointcut for executing the post controls command.voidPointcut for handling Telegram callback query events.voidPointcut for handling Telegram message events.voidPointcut for sending a media group.voidsendPost()Pointcut for sending a post message.
-
Constructor Details
-
Pointcuts
public Pointcuts()
-
-
Method Details
-
handleMessageEvent
public void handleMessageEvent()Pointcut for handling Telegram message events. -
handleCallbackQueryEvent
public void handleCallbackQueryEvent()Pointcut for handling Telegram callback query events. -
executeCallbackQueryCommand
public void executeCallbackQueryCommand()Pointcut for executing a callback query command. -
sendPost
public void sendPost()Pointcut for sending a post message. -
sendMediaGroup
public void sendMediaGroup()Pointcut for sending a media group. -
executePostControlsCallbackQueryCommand
public void executePostControlsCallbackQueryCommand()Pointcut for executing the post controls command.
-