Interface InboundReactionRoutingService

All Known Implementing Classes:
InboundReactionRoutingServiceImpl

public interface InboundReactionRoutingService
A routing service for inbound reactions from the external adapters.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    routeInboundReaction(InboundReaction inboundReaction, UserAccount userAccount)
    Route the inbound reaction to a message for the given userAccount
  • Method Details

    • routeInboundReaction

      void routeInboundReaction(InboundReaction inboundReaction, UserAccount userAccount)
      Route the inbound reaction to a message for the given userAccount
      Parameters:
      inboundReaction - the received reaction from the external system
      userAccount - the user account that the reaction belongs to