Interface IdentifiedStreamCreator<T>
-
- Type Parameters:
T- the type of the data that the stream created using theStreamCreatorwill have
- All Known Implementing Classes:
ImmutableIdentifiedStreamCreator
public interface IdentifiedStreamCreator<T>Interface that associates aStreamIdwith aStreamCreator.- See Also:
StreamId,StreamCreator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StreamCreator<T>getCreator()StreamId<T>getId()
-
-
-
Method Detail
-
getCreator
StreamCreator<T> getCreator()
-
-