Interface GlobalMapListener


  • @Deprecated
    public interface GlobalMapListener
    Deprecated.
    This API should no longer be used and is scheduled for removal in a future release
    A listener for receiving changes to a GlobalMap.
    • Method Detail

      • updated

        void updated​(java.lang.String key,
                     java.lang.String value)
        Deprecated.
        Called when an update to a GlobalMap occurs.

        If value is null the key has been removed from the map.