Class DurableProducerQueue
Inheritance
DurableProducerQueue
Assembly: Akka.dll
Syntax
public static class DurableProducerQueue
Fields
|
Improve this Doc
View Source
NoQualifier
Declaration
public const string NoQualifier = ""
Field Value
Properties
|
Improve this Doc
View Source
Empty
Declaration
public static DurableProducerQueue.State<T> Empty { get; }
Property Value
Type |
Description |
Akka.Delivery.DurableProducerQueue.State<T> |
|
Methods
|
Improve this Doc
View Source
AddConfirmed(Int64, String, Int64)
Declaration
public DurableProducerQueue.State<T> AddConfirmed(long seqNr, string qualifier, long timestamp)
Parameters
Returns
Type |
Description |
Akka.Delivery.DurableProducerQueue.State<T> |
|
|
Improve this Doc
View Source
AddMessageSent(MessageSent<T>)
Declaration
public DurableProducerQueue.State<T> AddMessageSent(MessageSent<T> messageSent)
Parameters
Returns
Type |
Description |
Akka.Delivery.DurableProducerQueue.State<T> |
|
|
Improve this Doc
View Source
CleanUp(ISet<String>)
Declaration
public DurableProducerQueue.State<T> CleanUp(ISet<string> confirmationQualifiers)
Parameters
Type |
Name |
Description |
ISet<String> |
confirmationQualifiers |
|
Returns
Type |
Description |
Akka.Delivery.DurableProducerQueue.State<T> |
|
|
Improve this Doc
View Source
CleanUpPartialChunkedMessages()
If not all chunked messages were stored before crash, those partial messages should not be resent.
Declaration
public DurableProducerQueue.State<T> CleanUpPartialChunkedMessages()
Returns
Type |
Description |
Akka.Delivery.DurableProducerQueue.State<T> |
|
|
Improve this Doc
View Source
Equals(DurableProducerQueue.State<T>)
Declaration
public bool Equals(DurableProducerQueue.State<T> other)
Parameters
Type |
Name |
Description |
Akka.Delivery.DurableProducerQueue.State<T> |
other |
|
Returns
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides