| IPersistentRepresentationWithPayload Method |
Creates a new persistent message with the specified payload.
Namespace:
Akka.Persistence
Assembly:
Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax IPersistentRepresentation WithPayload(
Object payload
)
abstract WithPayload :
payload : Object -> IPersistentRepresentation
Parameters
- payload
- Type: SystemObject
This persistent message's payload.
Return Value
Type:
IPersistentRepresentationTBD
See Also