trait PublishedEvent extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- PublishedEvent
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def event: Any
User event
- abstract def getReplicatedMetaData: [ReplicatedPublishedEventMetaData]
Java API: When emitted from an Replicated Event Sourcing actor this will contain the replica id
- abstract def persistenceId: PersistenceId
- abstract def replicatedMetaData: [ReplicatedPublishedEventMetaData]
Scala API: When emitted from an Replicated Event Sourcing actor this will contain the replica id
- abstract def sequenceNumber: Long
- abstract def tags: Set[String]
- abstract def timestamp: Long
- abstract def withoutTags: PublishedEvent
If the published event is tagged, return a new published event with the payload unwrapped and the tags dropped, if it is not tagged return the published event as is.
When using event publishing the events published to the system event stream will be in this form.
Not for user extension