public interface InboundUnsupportedMessageService
| Modifier and Type | Method and Description |
|---|---|
void |
unsupportedMessageReceived(InboundMessage inboundMessage,
com.flowable.core.idm.api.UserAccount userAccount)
An unsupported inbound message has been received.
|
void unsupportedMessageReceived(InboundMessage inboundMessage, com.flowable.core.idm.api.UserAccount userAccount)
UserAccount for the receive message is known it would
be sent in the requestinboundMessage - the received inbound messageuserAccount - the optional user account (if there is one for the user account)Copyright © 2019. All rights reserved.