public interface MessageFilter
Modifier and Type | Method and Description |
---|---|
TopicMessage |
selectMessage(TopicMessage message)
Selects (or rejects) a Message for processing.
|
TopicMessage selectMessage(TopicMessage message)
This may be used to either select the Message input or to replace the Message with another. If the Message is not to be selected (i.e. it is to be discarded) then null should be returned.
message
- the Message to consider for selection.Copyright © 2016 Push Technology Ltd. All Rights Reserved.