Interface InboundUnsupportedMessageService
-
- All Known Implementing Classes:
InboundUnsupportedMessageServiceImpl
public interface InboundUnsupportedMessageService
- Author:
- Filip Hrisafov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
unsupportedMessageReceived(InboundMessage inboundMessage, UserAccount userAccount)
An unsupported inbound message has been received.
-
-
-
Method Detail
-
unsupportedMessageReceived
void unsupportedMessageReceived(InboundMessage inboundMessage, UserAccount userAccount)
An unsupported inbound message has been received. If theUserAccount
for the receive message is known it would be sent in the request- Parameters:
inboundMessage
- the received inbound messageuserAccount
- the optional user account (if there is one for the user account)
-
-