Package org.apache.pekko.persistence.testkit.javadsl
@NullMarked
package org.apache.pekko.persistence.testkit.javadsl
Java API for Pekko Persistence TestKit.
This package contains the Java DSL for Pekko Persistence TestKit. For the Scala DSL see
org.apache.pekko.persistence.testkit.scaladsl.
-
ClassDescriptionDurableStateBehaviorTestKit<Command,
State> DurableStateBehaviorTestKit.CommandResult<Command,State> The result of running a command.DurableStateBehaviorTestKit.CommandResultWithReply<Command,State, Reply> The result of running a command with anActorRef, i.e.replyTo The result of restarting the behavior.Customization of which serialization checks that are performed.Testing ofpekko.persistence.typed.state.javadsl.DurableStateBehaviorimplementations.EventSourcedBehaviorTestKit<Command,Event, State> EventSourcedBehaviorTestKit.CommandResult<Command,Event, State> The result of running a command.EventSourcedBehaviorTestKit.CommandResultWithReply<Command,Event, State, Reply> The result of running a command with aActorRef, i.e.replyTo The result of restarting the behavior.Customization of which serialization checks that are performed.Testing ofpekko.persistence.typed.javadsl.EventSourcedBehaviorimplementations.Test utility to initialize persistence plugins.Test utility to initialize persistence plugins.Not for user extensionPersistenceProbeBehavior<Command,Event, State> Factory methods to create PersistenceProbeBehavior instances for testing.Class for testing persisted events in persistent actors.Class for testing persisted snapshots in persistent actors.