Uses of Interface
com.flowable.engage.external.system.service.InboundReactionAccountService
Packages that use InboundReactionAccountService
-
Uses of InboundReactionAccountService in com.flowable.engage.external.system.service
Classes in com.flowable.engage.external.system.service that implement InboundReactionAccountServiceModifier and TypeClassDescriptionclassAn inbound reaction account service creating internal system events from inbound reaction not having a mapped account or an inactive account or user so any listeners (like a case or process instance) might picking it up and processing it.Fields in com.flowable.engage.external.system.service declared as InboundReactionAccountServiceModifier and TypeFieldDescriptionprotected final InboundReactionAccountServiceInboundReactionHandlerImpl.inboundReactionAccountServiceConstructors in com.flowable.engage.external.system.service with parameters of type InboundReactionAccountServiceModifierConstructorDescriptionInboundReactionHandlerImpl(UserAccountService userAccountService, InboundReactionRoutingService inboundReactionRoutingService, InboundReactionAccountService inboundReactionAccountService)