public interface INotificationReceiver
Provides the functionality of processing notifications.
Modifier and Type | Method and Description |
---|---|
void |
processMessage(NotificationMessage message)
Processes the message.
|
void processMessage(NotificationMessage message)
Processes the message.
message
- The message to process.Copyright © 2019. All rights reserved.