Interface BroadcasterCacheInspector


public interface BroadcasterCacheInspector
Inspect BroadcastMessages before they get added to the BroadcasterCache. Messages can also be modified before they get added to the cache.
Author:
Jeanfrancois Arcand
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Inspect the BroadcastMessage and return true if the message can be cached, false if not.
  • Method Details