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 classInboundMessageRoutingServiceImplFields in com.flowable.engage.external.system.service declared as InboundMessageRoutingService Modifier and Type Field Description protected InboundMessageRoutingServiceInboundMessageHandlerImpl. inboundMessageRoutingServiceprotected InboundMessageRoutingServiceInboundUnsupportedMessageServiceImpl. inboundMessageRoutingServiceConstructors 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)
-