Uses of Interface
com.flowable.engage.external.system.service.InboundMessageRoutingService
-
Packages that use InboundMessageRoutingService Package Description com.flowable.engage.external.system.service -
-
Uses of InboundMessageRoutingService in com.flowable.engage.external.system.service
Classes in com.flowable.engage.external.system.service that implement InboundMessageRoutingService Modifier and Type Class Description class
InboundMessageRoutingServiceImpl
Fields in com.flowable.engage.external.system.service declared as InboundMessageRoutingService Modifier and Type Field Description protected InboundMessageRoutingService
InboundMessageHandlerImpl. inboundMessageRoutingService
protected InboundMessageRoutingService
InboundUnsupportedMessageServiceImpl. inboundMessageRoutingService
Constructors in com.flowable.engage.external.system.service with parameters of type InboundMessageRoutingService Constructor Description InboundMessageHandlerImpl(UserAccountService userAccountService, InboundMessageRoutingService inboundMessageRoutingService, InboundMessageAccountService inboundMessageAccountService, InboundUnsupportedMessageService inboundUnsupportedMessageService)
InboundUnsupportedMessageServiceImpl(InboundMessageRoutingService inboundMessageRoutingService, MessageService messageService, ExternalConversationService externalConversationService, TemplateService templateService, PlatformIdentityService identityService)
-