-
Method Summary
Modifier and Type |
Method |
Description |
void |
unsupportedMessageReceived(InboundMessage inboundMessage,
com.flowable.core.idm.api.UserAccount userAccount) |
An unsupported inbound message has been received.
|
-
Method Details
-
void unsupportedMessageReceived(
InboundMessage inboundMessage,
com.flowable.core.idm.api.UserAccount userAccount)
An unsupported inbound message has been received.
If the UserAccount
for the receive message is known it would
be sent in the request
- Parameters:
inboundMessage
- the received inbound message
userAccount
- the optional user account (if there is one for the user account)