Click or drag to resize
Akka.NETAtLeastOnceDeliverySemanticDeliver Method
TBD

Namespace:  Akka.Persistence
Assembly:  Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public void Deliver(
	ActorPath destination,
	Func<long, Object> deliveryMessageMapper,
	bool isRecovering
)

Parameters

destination
Type: Akka.ActorActorPath
TBD
deliveryMessageMapper
Type: SystemFuncInt64, Object
TBD
isRecovering
Type: SystemBoolean
TBD
Exceptions
ExceptionCondition
MaxUnconfirmedMessagesExceededException This exception is thrown when the actor exceeds the MaxUnconfirmedMessages count.
See Also