| AtLeastOnceDeliverySemanticDeliver Method |
TBD
Namespace:
Akka.Persistence
Assembly:
Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public void Deliver(
ActorPath destination,
Func<long, Object> deliveryMessageMapper,
bool isRecovering
)
member Deliver :
destination : ActorPath *
deliveryMessageMapper : Func<int64, Object> *
isRecovering : bool -> unit
Parameters
- destination
- Type: Akka.ActorActorPath
TBD - deliveryMessageMapper
- Type: SystemFuncInt64, Object
TBD - isRecovering
- Type: SystemBoolean
TBD
Exceptions See Also