c
akka.persistence.testkit.scaladsl.EventSourcedBehaviorTestKit
SerializationSettings
Companion object SerializationSettings
final class SerializationSettings extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- SerializationSettings
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val enabled: Boolean
- val verifyCommands: Boolean
- val verifyEquality: Boolean
- val verifyEvents: Boolean
- val verifyState: Boolean
- def withEnabled(value: Boolean): SerializationSettings
- def withVerifyCommands(value: Boolean): SerializationSettings
- def withVerifyEquality(value: Boolean): SerializationSettings
- def withVerifyEvents(value: Boolean): SerializationSettings
- def withVerifyState(value: Boolean): SerializationSettings
Customization of which serialization checks that are performed.
equals
must be implemented (or usingcase class
) whenverifyEquality
is enabled.