public static final class ReplicatedEvents.Notification.EventsWritten extends akka.protobuf.GeneratedMessage implements ReplicatedEvents.Notification.EventsWrittenOrBuilder
Notification.EventsWritten| Modifier and Type | Class and Description |
|---|---|
static class |
ReplicatedEvents.Notification.EventsWritten.Builder
Protobuf type
Notification.EventsWritten |
akka.protobuf.GeneratedMessage.BuilderParent, akka.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends akka.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends akka.protobuf.GeneratedMessage.ExtendableBuilder>, akka.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends akka.protobuf.GeneratedMessage.ExtendableMessage>, akka.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends akka.protobuf.GeneratedMessage.ExtendableMessage>, akka.protobuf.GeneratedMessage.FieldAccessorTable, akka.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends akka.protobuf.Message,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
ENTITYID_FIELD_NUMBER |
static int |
FROMSEQNR_FIELD_NUMBER |
static akka.protobuf.Parser<ReplicatedEvents.Notification.EventsWritten> |
PARSER |
static int |
PERSISTENCEID_FIELD_NUMBER |
static int |
SHARDINGTYPENAME_FIELD_NUMBER |
static int |
TOSEQNR_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
static ReplicatedEvents.Notification.EventsWritten |
getDefaultInstance() |
ReplicatedEvents.Notification.EventsWritten |
getDefaultInstanceForType() |
static akka.protobuf.Descriptors.Descriptor |
getDescriptor() |
java.lang.String |
getEntityId()
required string entityId = 2; |
akka.protobuf.ByteString |
getEntityIdBytes()
required string entityId = 2; |
long |
getFromSeqNr()
optional int64 fromSeqNr = 4; |
akka.protobuf.Parser<ReplicatedEvents.Notification.EventsWritten> |
getParserForType() |
java.lang.String |
getPersistenceId()
required string persistenceId = 1; |
akka.protobuf.ByteString |
getPersistenceIdBytes()
required string persistenceId = 1; |
int |
getSerializedSize() |
java.lang.String |
getShardingTypeName()
optional string shardingTypeName = 5; |
akka.protobuf.ByteString |
getShardingTypeNameBytes()
optional string shardingTypeName = 5; |
long |
getToSeqNr()
required int64 toSeqNr = 3; |
akka.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasEntityId()
required string entityId = 2; |
boolean |
hasFromSeqNr()
optional int64 fromSeqNr = 4; |
boolean |
hasPersistenceId()
required string persistenceId = 1; |
boolean |
hasShardingTypeName()
optional string shardingTypeName = 5; |
boolean |
hasToSeqNr()
required int64 toSeqNr = 3; |
protected akka.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ReplicatedEvents.Notification.EventsWritten.Builder |
newBuilder() |
static ReplicatedEvents.Notification.EventsWritten.Builder |
newBuilder(ReplicatedEvents.Notification.EventsWritten prototype) |
ReplicatedEvents.Notification.EventsWritten.Builder |
newBuilderForType() |
protected ReplicatedEvents.Notification.EventsWritten.Builder |
newBuilderForType(akka.protobuf.GeneratedMessage.BuilderParent parent) |
static ReplicatedEvents.Notification.EventsWritten |
parseDelimitedFrom(java.io.InputStream input) |
static ReplicatedEvents.Notification.EventsWritten |
parseDelimitedFrom(java.io.InputStream input,
akka.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReplicatedEvents.Notification.EventsWritten |
parseFrom(byte[] data) |
static ReplicatedEvents.Notification.EventsWritten |
parseFrom(byte[] data,
akka.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReplicatedEvents.Notification.EventsWritten |
parseFrom(akka.protobuf.ByteString data) |
static ReplicatedEvents.Notification.EventsWritten |
parseFrom(akka.protobuf.ByteString data,
akka.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReplicatedEvents.Notification.EventsWritten |
parseFrom(akka.protobuf.CodedInputStream input) |
static ReplicatedEvents.Notification.EventsWritten |
parseFrom(akka.protobuf.CodedInputStream input,
akka.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReplicatedEvents.Notification.EventsWritten |
parseFrom(java.io.InputStream input) |
static ReplicatedEvents.Notification.EventsWritten |
parseFrom(java.io.InputStream input,
akka.protobuf.ExtensionRegistryLite extensionRegistry) |
ReplicatedEvents.Notification.EventsWritten.Builder |
toBuilder() |
protected java.lang.Object |
writeReplace() |
void |
writeTo(akka.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownFieldequals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toStringtoByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static akka.protobuf.Parser<ReplicatedEvents.Notification.EventsWritten> PARSER
public static final int PERSISTENCEID_FIELD_NUMBER
public static final int ENTITYID_FIELD_NUMBER
public static final int TOSEQNR_FIELD_NUMBER
public static final int FROMSEQNR_FIELD_NUMBER
public static final int SHARDINGTYPENAME_FIELD_NUMBER
public static ReplicatedEvents.Notification.EventsWritten getDefaultInstance()
public ReplicatedEvents.Notification.EventsWritten getDefaultInstanceForType()
getDefaultInstanceForType in interface akka.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface akka.protobuf.MessageOrBuilderpublic final akka.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface akka.protobuf.MessageOrBuildergetUnknownFields in class akka.protobuf.GeneratedMessagepublic static final akka.protobuf.Descriptors.Descriptor getDescriptor()
protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class akka.protobuf.GeneratedMessagepublic akka.protobuf.Parser<ReplicatedEvents.Notification.EventsWritten> getParserForType()
getParserForType in interface akka.protobuf.MessagegetParserForType in interface akka.protobuf.MessageLitegetParserForType in class akka.protobuf.GeneratedMessagepublic boolean hasPersistenceId()
required string persistenceId = 1;hasPersistenceId in interface ReplicatedEvents.Notification.EventsWrittenOrBuilderpublic java.lang.String getPersistenceId()
required string persistenceId = 1;getPersistenceId in interface ReplicatedEvents.Notification.EventsWrittenOrBuilderpublic akka.protobuf.ByteString getPersistenceIdBytes()
required string persistenceId = 1;getPersistenceIdBytes in interface ReplicatedEvents.Notification.EventsWrittenOrBuilderpublic boolean hasEntityId()
required string entityId = 2;hasEntityId in interface ReplicatedEvents.Notification.EventsWrittenOrBuilderpublic java.lang.String getEntityId()
required string entityId = 2;getEntityId in interface ReplicatedEvents.Notification.EventsWrittenOrBuilderpublic akka.protobuf.ByteString getEntityIdBytes()
required string entityId = 2;getEntityIdBytes in interface ReplicatedEvents.Notification.EventsWrittenOrBuilderpublic boolean hasToSeqNr()
required int64 toSeqNr = 3;hasToSeqNr in interface ReplicatedEvents.Notification.EventsWrittenOrBuilderpublic long getToSeqNr()
required int64 toSeqNr = 3;getToSeqNr in interface ReplicatedEvents.Notification.EventsWrittenOrBuilderpublic boolean hasFromSeqNr()
optional int64 fromSeqNr = 4;hasFromSeqNr in interface ReplicatedEvents.Notification.EventsWrittenOrBuilderpublic long getFromSeqNr()
optional int64 fromSeqNr = 4;getFromSeqNr in interface ReplicatedEvents.Notification.EventsWrittenOrBuilderpublic boolean hasShardingTypeName()
optional string shardingTypeName = 5;hasShardingTypeName in interface ReplicatedEvents.Notification.EventsWrittenOrBuilderpublic java.lang.String getShardingTypeName()
optional string shardingTypeName = 5;getShardingTypeName in interface ReplicatedEvents.Notification.EventsWrittenOrBuilderpublic akka.protobuf.ByteString getShardingTypeNameBytes()
optional string shardingTypeName = 5;getShardingTypeNameBytes in interface ReplicatedEvents.Notification.EventsWrittenOrBuilderpublic final boolean isInitialized()
isInitialized in interface akka.protobuf.MessageLiteOrBuilderisInitialized in class akka.protobuf.GeneratedMessagepublic void writeTo(akka.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface akka.protobuf.MessageLitewriteTo in class akka.protobuf.AbstractMessagejava.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface akka.protobuf.MessageLitegetSerializedSize in class akka.protobuf.AbstractMessageprotected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
writeReplace in class akka.protobuf.GeneratedMessagejava.io.ObjectStreamExceptionpublic static ReplicatedEvents.Notification.EventsWritten parseFrom(akka.protobuf.ByteString data) throws akka.protobuf.InvalidProtocolBufferException
akka.protobuf.InvalidProtocolBufferExceptionpublic static ReplicatedEvents.Notification.EventsWritten parseFrom(akka.protobuf.ByteString data, akka.protobuf.ExtensionRegistryLite extensionRegistry) throws akka.protobuf.InvalidProtocolBufferException
akka.protobuf.InvalidProtocolBufferExceptionpublic static ReplicatedEvents.Notification.EventsWritten parseFrom(byte[] data) throws akka.protobuf.InvalidProtocolBufferException
akka.protobuf.InvalidProtocolBufferExceptionpublic static ReplicatedEvents.Notification.EventsWritten parseFrom(byte[] data, akka.protobuf.ExtensionRegistryLite extensionRegistry) throws akka.protobuf.InvalidProtocolBufferException
akka.protobuf.InvalidProtocolBufferExceptionpublic static ReplicatedEvents.Notification.EventsWritten parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static ReplicatedEvents.Notification.EventsWritten parseFrom(java.io.InputStream input, akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static ReplicatedEvents.Notification.EventsWritten parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static ReplicatedEvents.Notification.EventsWritten parseDelimitedFrom(java.io.InputStream input, akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static ReplicatedEvents.Notification.EventsWritten parseFrom(akka.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static ReplicatedEvents.Notification.EventsWritten parseFrom(akka.protobuf.CodedInputStream input, akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static ReplicatedEvents.Notification.EventsWritten.Builder newBuilder()
public ReplicatedEvents.Notification.EventsWritten.Builder newBuilderForType()
newBuilderForType in interface akka.protobuf.MessagenewBuilderForType in interface akka.protobuf.MessageLitepublic static ReplicatedEvents.Notification.EventsWritten.Builder newBuilder(ReplicatedEvents.Notification.EventsWritten prototype)
public ReplicatedEvents.Notification.EventsWritten.Builder toBuilder()
toBuilder in interface akka.protobuf.MessagetoBuilder in interface akka.protobuf.MessageLiteprotected ReplicatedEvents.Notification.EventsWritten.Builder newBuilderForType(akka.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class akka.protobuf.GeneratedMessage