Class InboundReactionRoutingServiceImpl
java.lang.Object
com.flowable.engage.external.system.service.InboundReactionRoutingServiceImpl
- All Implemented Interfaces:
InboundReactionRoutingService
public class InboundReactionRoutingServiceImpl
extends Object
implements InboundReactionRoutingService
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected MessagegetMessage(String externalSystemId, String externalMessageId) protected voidremovePreviousReaction(Message message, UserAccount userAccount) voidrouteInboundReaction(InboundReaction inboundReaction, UserAccount userAccount) Route the inbound reaction to a message for the givenuserAccount
-
Field Details
-
messageService
-
-
Constructor Details
-
InboundReactionRoutingServiceImpl
-
-
Method Details
-
routeInboundReaction
Description copied from interface:InboundReactionRoutingServiceRoute the inbound reaction to a message for the givenuserAccount- Specified by:
routeInboundReactionin interfaceInboundReactionRoutingService- Parameters:
inboundReaction- the received reaction from the external systemuserAccount- the user account that the reaction belongs to
-
removePreviousReaction
-
getMessage
-