Class SubscriberId
- java.lang.Object
-
- dk.cloudcreate.essentials.types.CharSequenceType<SubscriberId>
-
- dk.cloudcreate.essentials.components.foundation.types.SubscriberId
-
- All Implemented Interfaces:
Identifier,SingleValueType<CharSequence,SubscriberId>,Serializable,CharSequence,Comparable<SubscriberId>
public class SubscriberId extends CharSequenceType<SubscriberId> implements Identifier
A subscriber id is used to uniquely identify an event subscriber- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SubscriberId(CharSequence value)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SubscriberIdof(CharSequence value)static SubscriberIdrandom()-
Methods inherited from class dk.cloudcreate.essentials.types.CharSequenceType
charAt, chars, codePointAt, codePointBefore, codePointCount, codePoints, compareTo, compareTo, compareToIgnoreCase, contains, containsIgnoreCase, contentEquals, contentEquals, endsWith, equals, equalsIgnoreCase, getBytes, getBytes, getBytes, getChars, hashCode, indexOf, indexOf, indexOf, indexOf, isEmpty, lastIndexOf, lastIndexOf, lastIndexOf, lastIndexOf, length, offsetByCodePoints, startsWith, startsWith, subSequence, substring, substring, toCharArray, toString, value
-
-
-
-
Constructor Detail
-
SubscriberId
public SubscriberId(CharSequence value)
-
-
Method Detail
-
of
public static SubscriberId of(CharSequence value)
-
random
public static SubscriberId random()
-
-