Interface StreamDependencyTree

    • Method Detail

      • getAncestorsFrom

        java.util.Set<StreamId<?>> getAncestorsFrom​(StreamId<?> source)
        Get all the ancestors of the given StreamId. NOTE: this INCLUDES the source StreamId!