Interface ThreadSafetyAware

    • Method Detail

      • supportsConcurrentReads

        boolean supportsConcurrentReads()
        A class may support concurrent reads from multiple threads against the same object. This ability may change based on an object's current state.
        Returns:
        true if this object supports concurrent reads