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 classEventRegistryInboundMessageAccountServiceAn 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.classLoggingInboundMessageAccountServiceFields in com.flowable.engage.external.system.service declared as InboundMessageAccountService Modifier and Type Field Description protected InboundMessageAccountServiceInboundMessageHandlerImpl. inboundMessageAccountServiceConstructors in com.flowable.engage.external.system.service with parameters of type InboundMessageAccountService Constructor Description InboundMessageHandlerImpl(UserAccountService userAccountService, InboundMessageRoutingService inboundMessageRoutingService, InboundMessageAccountService inboundMessageAccountService, InboundUnsupportedMessageService inboundUnsupportedMessageService)
-