Package rs.mail.queue
Class MailQueue.MessageEntry<X>
java.lang.Object
rs.mail.queue.MailQueue.MessageEntry<X>
Helper class to store messages in the queue.
- Author:
- ralph
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMessageEntry(String referenceId, X message, boolean isPriority) Constructor. -
Method Summary
-
Field Details
-
referenceId
Reference ID of the message -
message
The message itself -
notBeforeTimeInMillis
protected long notBeforeTimeInMillisA timestamp to hold the message -
failedAttempts
protected int failedAttemptsNumber of failed attempts -
isPriority
protected boolean isPriorityWhether it is priority
-
-
Constructor Details
-
MessageEntry
Constructor.- Parameters:
referenceId- reference ID of th emessagemessage- the messageisPriority- whether it is prioritized
-