public interface IncomingMessageProcessor
MobileMessageContextModel in terms
of filtering, routing, triggering receive actions, pricing etc.
In particular the processor is responsible for altering the message life cycle attributes like status, error codes and such
like.
This must happen immediately - messages are queued the mobile core and therefore the processor must no to this.
Internally this processor makes use of IncomingMessageRoutingStrategy, MessagePricingStrategy,
PhoneNumberService and PhoneListService.| Modifier and Type | Method and Description |
|---|---|
void |
process(MobileMessageContextModel message) |
void process(MobileMessageContextModel message)
Copyright © 2018 SAP SE. All Rights Reserved.