Class BroadcastManagerWorker


  • @ThreadSafe
    public final class BroadcastManagerWorker
    extends java.lang.Object
    Used by tasks to get/fetch (probably remote) broadcast variables.
    • Method Detail

      • get

        public java.lang.Object get​(java.io.Serializable id)
        Get the variable with the id.
        Parameters:
        id - of the variable.
        Returns:
        the variable.
      • getStaticReference

        public static BroadcastManagerWorker getStaticReference()
        Returns:
        the static reference for those that do not use TANG and cannot access the singleton object.