Uses of Interface
com.flowable.engage.external.system.service.InboundMessageAccountService
Packages that use InboundMessageAccountService
-
Uses of InboundMessageAccountService in com.flowable.engage.external.system.service
Classes in com.flowable.engage.external.system.service that implement InboundMessageAccountServiceModifier and TypeClassDescriptionclass
An inbound message account service creating internal system events from inbound messages 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.class
Fields in com.flowable.engage.external.system.service declared as InboundMessageAccountServiceModifier and TypeFieldDescriptionprotected final InboundMessageAccountService
InboundMessageHandlerImpl.inboundMessageAccountService
Constructors in com.flowable.engage.external.system.service with parameters of type InboundMessageAccountServiceModifierConstructorDescriptionInboundMessageHandlerImpl
(UserAccountService userAccountService, InboundMessageRoutingService inboundMessageRoutingService, InboundMessageAccountService inboundMessageAccountService, InboundUnsupportedMessageService inboundUnsupportedMessageService)