Package akka.persistence.serialization
Class MessageFormats
- java.lang.Object
-
- akka.persistence.serialization.MessageFormats
-
public final class MessageFormats extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MessageFormats.AtLeastOnceDeliverySnapshot
Protobuf typeAtLeastOnceDeliverySnapshot
static interface
MessageFormats.AtLeastOnceDeliverySnapshotOrBuilder
static class
MessageFormats.AtomicWrite
Protobuf typeAtomicWrite
static interface
MessageFormats.AtomicWriteOrBuilder
static class
MessageFormats.PersistentFSMSnapshot
Protobuf typePersistentFSMSnapshot
static interface
MessageFormats.PersistentFSMSnapshotOrBuilder
static class
MessageFormats.PersistentMessage
Protobuf typePersistentMessage
static interface
MessageFormats.PersistentMessageOrBuilder
static class
MessageFormats.PersistentPayload
Protobuf typePersistentPayload
static interface
MessageFormats.PersistentPayloadOrBuilder
static class
MessageFormats.PersistentStateChangeEvent
no longer created but needs to stay for reading persistent FSM events and snapshotsstatic interface
MessageFormats.PersistentStateChangeEventOrBuilder
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static akka.protobufv3.internal.Descriptors.FileDescriptor
getDescriptor()
static void
registerAllExtensions(akka.protobufv3.internal.ExtensionRegistry registry)
static void
registerAllExtensions(akka.protobufv3.internal.ExtensionRegistryLite registry)
-
-
-
Method Detail
-
registerAllExtensions
public static void registerAllExtensions(akka.protobufv3.internal.ExtensionRegistryLite registry)
-
registerAllExtensions
public static void registerAllExtensions(akka.protobufv3.internal.ExtensionRegistry registry)
-
getDescriptor
public static akka.protobufv3.internal.Descriptors.FileDescriptor getDescriptor()
-
-