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