Click or drag to resize
Akka.NETFSharpDeliveryCommand, Event, State Interface

[Missing <summary> documentation for "T:Akka.Persistence.FSharp.Delivery`3"]

Namespace:  Akka.Persistence
Assembly:  Akka.Persistence.FSharp (in Akka.Persistence.FSharp.dll) Version: 0.0.0.0
Syntax
public interface Delivery<Command, Event, State> : FSharpEventsourced<Command, Event, State>

Type Parameters

Command

[Missing <typeparam name="Command"/> documentation for "T:Akka.Persistence.FSharp.Delivery`3"]

Event

[Missing <typeparam name="Event"/> documentation for "T:Akka.Persistence.FSharp.Delivery`3"]

State

[Missing <typeparam name="State"/> documentation for "T:Akka.Persistence.FSharp.Delivery`3"]

The FSharpDeliveryCommand, Event, State type exposes the following members.

Properties
Methods
  NameDescription
Public methodAsyncPersistEvent
Asynchronously persists sequence of events in the event journal. Use second argument to define function which will update state depending on events.
(Inherited from FSharpEventsourcedCommand, Event, State.)
Public methodConfirmDelivery
Public methodDefer
Defers a function execution to the moment, when actor is suposed to end it's lifecycle. Provided function is guaranteed to be invoked no matter of actor stop reason.
(Inherited from FSharpEventsourcedCommand, Event, State.)
Public methodDeferEvent
Defers a second argument (update state callback) to be called after persisting target event will be confirmed.
(Inherited from FSharpEventsourcedCommand, Event, State.)
Public methodDeliver
Public methodGetDeliverySnapshot
Public methodIsRecovering
Returns value determining if current persistent view is actually recovering.
(Inherited from FSharpEventsourcedCommand, Event, State.)
Public methodJournal
Returns currently attached journal actor reference.
(Inherited from FSharpEventsourcedCommand, Event, State.)
Public methodLastSequenceNr
Returns last sequence number attached to latest persisted event.
(Inherited from FSharpEventsourcedCommand, Event, State.)
Public methodPersistenceId
Persistent actor's identifier that doesn't change across different actor incarnations.
(Inherited from FSharpEventsourcedCommand, Event, State.)
Public methodPersistEvent
Persists sequence of events in the event journal. Use second argument to define function which will update state depending on events.
(Inherited from FSharpEventsourcedCommand, Event, State.)
Public methodSender
Returns a sender of current message or [ActorRefs.NoSender], if none could be determined.
(Inherited from FSharpEventsourcedCommand, Event, State.)
Public methodSetDeliverySnapshot
Public methodSnapshotStore
Returns currently attached snapshot store actor reference.
(Inherited from FSharpEventsourcedCommand, Event, State.)
Public methodUnconfirmedCount
Public methodUnhandled
Explicit signalization of unhandled message.
(Inherited from FSharpEventsourcedCommand, Event, State.)
Top
See Also