Interface InboundReactionRoutingService
- All Known Implementing Classes:
InboundReactionRoutingServiceImpl
public interface InboundReactionRoutingService
A routing service for inbound reactions from the external adapters.
-
Method Summary
Modifier and TypeMethodDescriptionvoidrouteInboundReaction(InboundReaction inboundReaction, UserAccount userAccount) Route the inbound reaction to a message for the givenuserAccount
-
Method Details
-
routeInboundReaction
Route the inbound reaction to a message for the givenuserAccount- Parameters:
inboundReaction- the received reaction from the external systemuserAccount- the user account that the reaction belongs to
-