java.lang.Object
org.fuin.ddd4j.core.Ddd4JUtils
Utility methods and constants.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic longcalculateChecksum(Collection<EventType> eventTypes) Creates an Adler32 checksum based on event type names.
-
Field Details
-
SHORT_ID_PREFIX
Prefix for unique short identifiers.- See Also:
-
-
Method Details
-
calculateChecksum
Creates an Adler32 checksum based on event type names.- Parameters:
eventTypes- Types to calculate a checksum for.- Returns:
- Checksum based on all names.
-