Package com.opencqrs.esdb.client
Class IdUtil
java.lang.Object
com.opencqrs.esdb.client.IdUtil
Static helper methods related to
Event.id()
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Long
fromEventId
(String id) Converts anEvent.id()
to a number.
-
Constructor Details
-
IdUtil
public IdUtil()
-
-
Method Details
-
fromEventId
Converts anEvent.id()
to a number.- Parameters:
id
- the event id- Returns:
- the long number
-