Class QueueEntryId
- java.lang.Object
-
- dk.cloudcreate.essentials.types.CharSequenceType<QueueEntryId>
-
- dk.cloudcreate.essentials.components.foundation.messaging.queue.QueueEntryId
-
- All Implemented Interfaces:
SingleValueType<CharSequence,QueueEntryId>,Serializable,CharSequence,Comparable<QueueEntryId>
public class QueueEntryId extends CharSequenceType<QueueEntryId>
The unique entry for a message in a queue. This id is unique across all messages across all Queues (as identified by theQueueName)- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QueueEntryId(CharSequence value)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static QueueEntryIdof(CharSequence value)static QueueEntryIdrandom()-
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
-
QueueEntryId
public QueueEntryId(CharSequence value)
-
-
Method Detail
-
of
public static QueueEntryId of(CharSequence value)
-
random
public static QueueEntryId random()
-
-