Class AgentBuilder.CircularityLock.Global

    • Constructor Detail

      • Global

        public Global()
        Creates a new global circularity lock that does not wait for a release.
      • Global

        public Global​(long time,
                      java.util.concurrent.TimeUnit timeUnit)
        Creates a new global circularity lock.
        Parameters:
        time - The time to wait for the lock.
        timeUnit - The time's time unit.