Interface IConfirmableMessageEnvelope<TMessage>
Typed "wrapper" interface for exposing confirmable messages that are wrapped inside their confirmation metadata.
Namespace:Akka.Persistence.Extras
Assembly:Akka.Persistence.Extras.dll
Syntax
public interface IConfirmableMessageEnvelope<out TMessage> : IConfirmableMessage
Type Parameters
| Name | Description |
|---|---|
| TMessage | The type of underlying message. |
Properties
Message
The user-defined message.
Declaration
TMessage Message { get; }
Property Value
| Type | Description |
|---|---|
| TMessage |