Skip to content
This repository has been archived by the owner on May 26, 2020. It is now read-only.

Commit

Permalink
Merge 796a453 into 03b79a5
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinYSpasov committed May 14, 2018
2 parents 03b79a5 + 796a453 commit 574d8a1
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,11 @@ public interface EventStream {
*/
long getPosition();


/**
* Retrieve the name of this stream.
*
* @return the stream name.
*/
String getName();
}

0 comments on commit 574d8a1

Please sign in to comment.