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