Package org.atmosphere.cache
Interface BroadcasterCacheInspector
-
public interface BroadcasterCacheInspectorInspectBroadcastMessages before they get added to the BroadcasterCache. Messages can also be modified before they get added to the cache.- Author:
- Jeanfrancois Arcand
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleaninspect(BroadcastMessage message)Inspect theBroadcastMessageand return true if the message can be cached, false if not.
-
-
-
Method Detail
-
inspect
boolean inspect(BroadcastMessage message)
Inspect theBroadcastMessageand return true if the message can be cached, false if not.- Parameters:
message-BroadcastMessage- Returns:
- true if allowed to be cached, false if not.
-
-