Interface InboundReactionAccountService

All Known Implementing Classes:
EventRegistryInboundReactionAccountService

public interface InboundReactionAccountService
Service for handling inbound reactions for a particular account
  • Method Details

    • reactionReceivedNoAccount

      void reactionReceivedNoAccount(InboundReaction inboundReaction)
      A new inbound reaction has been received, and it is not linked with an account
      Parameters:
      inboundReaction - the received inbound reaction
    • reactionReceivedInactiveAccount

      void reactionReceivedInactiveAccount(InboundReaction inboundReaction, UserAccount userAccount)
      A new inbound reaction has been received and the user account is not active
      Parameters:
      inboundReaction - the received inbound reaction
      userAccount - the account of the user that send the reaction (never null)