Uses of Interface
com.flowable.engage.external.system.service.InboundMessageAccountService
-
Packages that use InboundMessageAccountService Package Description com.flowable.engage.external.system.service -
-
Uses of InboundMessageAccountService in com.flowable.engage.external.system.service
Classes in com.flowable.engage.external.system.service that implement InboundMessageAccountService Modifier and Type Class Description class
EventRegistryInboundMessageAccountService
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
LoggingInboundMessageAccountService
Fields in com.flowable.engage.external.system.service declared as InboundMessageAccountService Modifier and Type Field Description protected InboundMessageAccountService
InboundMessageHandlerImpl. inboundMessageAccountService
Constructors in com.flowable.engage.external.system.service with parameters of type InboundMessageAccountService Constructor Description InboundMessageHandlerImpl(UserAccountService userAccountService, InboundMessageRoutingService inboundMessageRoutingService, InboundMessageAccountService inboundMessageAccountService, InboundUnsupportedMessageService inboundUnsupportedMessageService)
-