public interface BroadcasterCacheInspector
BroadcastMessages before they get added to the BroadcasterCache. Messages can also be modified
before they get added to the cache.| Modifier and Type | Method and Description |
|---|---|
boolean |
inspect(BroadcastMessage message)
Inspect the
BroadcastMessage and return true if the message can be cached, false if not. |
boolean inspect(BroadcastMessage message)
BroadcastMessage and return true if the message can be cached, false if not.message - BroadcastMessageCopyright © 2016. All rights reserved.