Interface InboundReactionAccountService
- All Known Implementing Classes:
EventRegistryInboundReactionAccountService
public interface InboundReactionAccountService
Service for handling inbound reactions for a particular account
-
Method Summary
Modifier and TypeMethodDescriptionvoidreactionReceivedInactiveAccount(InboundReaction inboundReaction, UserAccount userAccount) A new inbound reaction has been received and the user account is not activevoidreactionReceivedNoAccount(InboundReaction inboundReaction) A new inbound reaction has been received, and it is not linked with an account
-
Method Details
-
reactionReceivedNoAccount
A new inbound reaction has been received, and it is not linked with an account- Parameters:
inboundReaction- the received inbound reaction
-
reactionReceivedInactiveAccount
A new inbound reaction has been received and the user account is not active- Parameters:
inboundReaction- the received inbound reactionuserAccount- the account of the user that send the reaction (nevernull)
-