public interface InboundUnsupportedMessageService
Modifier and Type | Method and Description |
---|---|
void |
unsupportedMessageReceived(InboundMessage inboundMessage,
UserAccount userAccount)
An unsupported inbound message has been received.
|
void unsupportedMessageReceived(InboundMessage inboundMessage, 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)