Package org.streamingpool.core.domain
Interface StreamDependencyTree
-
- All Known Implementing Classes:
SynchronizedStreamDependencyTree
public interface StreamDependencyTreeData structure that holds the dependencies betweenStreamIds
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Set<StreamId<?>>getAncestorsFrom(StreamId<?> source)Get all the ancestors of the givenStreamId.
-