Class Pointcuts

java.lang.Object
io.github.yvasyliev.forwarder.telegram.bot.util.Pointcuts

public class Pointcuts extends Object
Defines pointcuts for AOP in the Telegram Forwarder Bot application.
  • 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.