Class InboundReactionHandlerImpl
java.lang.Object
com.flowable.engage.external.system.service.InboundReactionHandlerImpl
- All Implemented Interfaces:
InboundReactionHandler
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final InboundReactionAccountServiceprotected final InboundReactionRoutingServiceprotected final UserAccountService -
Constructor Summary
ConstructorsConstructorDescriptionInboundReactionHandlerImpl(UserAccountService userAccountService, InboundReactionRoutingService inboundReactionRoutingService, InboundReactionAccountService inboundReactionAccountService) -
Method Summary
Modifier and TypeMethodDescriptionprotected UserAccountgetUserAccount(InboundReaction builder) protected voidrouteAsExternalUser(UserAccount userAccount, Runnable runnable) voidsend(InboundReaction builder)
-
Field Details
-
userAccountService
-
inboundReactionRoutingService
-
inboundReactionAccountService
-
-
Constructor Details
-
InboundReactionHandlerImpl
public InboundReactionHandlerImpl(UserAccountService userAccountService, InboundReactionRoutingService inboundReactionRoutingService, InboundReactionAccountService inboundReactionAccountService)
-
-
Method Details
-
createInboundReactionBuilder
- Specified by:
createInboundReactionBuilderin interfaceInboundReactionHandler
-
send
-
getUserAccount
-
routeAsExternalUser
-