Class InboxName
- java.lang.Object
-
- dk.cloudcreate.essentials.types.CharSequenceType<InboxName>
-
- dk.cloudcreate.essentials.components.foundation.messaging.eip.store_and_forward.InboxName
-
- All Implemented Interfaces:
Identifier,SingleValueType<CharSequence,InboxName>,Serializable,CharSequence,Comparable<InboxName>
public class InboxName extends CharSequenceType<InboxName> implements Identifier
The name of anInbox- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InboxName(CharSequence value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description LockNameasLockName()QueueNameasQueueName()static InboxNameof(CharSequence value)-
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
-
InboxName
public InboxName(CharSequence value)
-
-
Method Detail
-
of
public static InboxName of(CharSequence value)
-
asQueueName
public QueueName asQueueName()
-
asLockName
public LockName asLockName()
-
-