Class SnapshotStorageEmulatorExtension
- java.lang.Object
-
- org.apache.pekko.persistence.testkit.internal.SnapshotStorageEmulatorExtension
-
-
Constructor Summary
Constructors Constructor Description SnapshotStorageEmulatorExtension(ExtendedActorSystem system)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static T
apply(ActorSystem system)
static T
apply(ClassicActorSystemProvider system)
static SnapshotStorageEmulatorExtension
createExtension(ExtendedActorSystem system)
static boolean
equals(java.lang.Object other)
static SnapshotStorageEmulatorExtension
get(ActorSystem system)
static int
hashCode()
static ExtensionId<? extends Extension>
lookup()
SnapshotStorage
storageFor(java.lang.String key)
-
-
-
Constructor Detail
-
SnapshotStorageEmulatorExtension
public SnapshotStorageEmulatorExtension(ExtendedActorSystem system)
-
-
Method Detail
-
get
public static SnapshotStorageEmulatorExtension get(ActorSystem system)
-
createExtension
public static SnapshotStorageEmulatorExtension createExtension(ExtendedActorSystem system)
-
lookup
public static ExtensionId<? extends Extension> lookup()
-
apply
public static T apply(ActorSystem system)
-
apply
public static T apply(ClassicActorSystemProvider system)
-
hashCode
public static final int hashCode()
-
equals
public static final boolean equals(java.lang.Object other)
-
storageFor
public SnapshotStorage storageFor(java.lang.String key)
-
-