|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.protobuf.GeneratedMessage
akka.persistence.serialization.MessageFormats.DeliveredMessage
public static final class MessageFormats.DeliveredMessage
Protobuf type DeliveredMessage
| Nested Class Summary | |
|---|---|
static class |
MessageFormats.DeliveredMessage.Builder
Protobuf type DeliveredMessage |
| Field Summary | |
|---|---|
static int |
CHANNEL_FIELD_NUMBER
|
static int |
CHANNELID_FIELD_NUMBER
|
static int |
DELIVERYSEQUENCENR_FIELD_NUMBER
|
static |
PARSER
|
static int |
PersistenceId_FIELD_NUMBER
|
static int |
PERSISTENTSEQUENCENR_FIELD_NUMBER
|
| Method Summary | |
|---|---|
java.lang.String |
getChannel()
optional string channel = 5; |
com.google.protobuf.ByteString |
getChannelBytes()
optional string channel = 5; |
java.lang.String |
getChannelId()
optional string channelId = 2; |
com.google.protobuf.ByteString |
getChannelIdBytes()
optional string channelId = 2; |
static MessageFormats.DeliveredMessage |
getDefaultInstance()
|
MessageFormats.DeliveredMessage |
getDefaultInstanceForType()
|
long |
getDeliverySequenceNr()
optional int64 deliverySequenceNr = 4; |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor()
|
|
getParserForType()
|
java.lang.String |
getPersistenceId()
optional string persistenceId = 1; |
com.google.protobuf.ByteString |
getPersistenceIdBytes()
optional string persistenceId = 1; |
long |
getPersistentSequenceNr()
optional int64 persistentSequenceNr = 3; |
int |
getSerializedSize()
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields()
|
boolean |
hasChannel()
optional string channel = 5; |
boolean |
hasChannelId()
optional string channelId = 2; |
boolean |
hasDeliverySequenceNr()
optional int64 deliverySequenceNr = 4; |
boolean |
hasPersistenceId()
optional string persistenceId = 1; |
boolean |
hasPersistentSequenceNr()
optional int64 persistentSequenceNr = 3; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable()
|
boolean |
isInitialized()
|
static MessageFormats.DeliveredMessage.Builder |
newBuilder()
|
static MessageFormats.DeliveredMessage.Builder |
newBuilder(MessageFormats.DeliveredMessage prototype)
|
MessageFormats.DeliveredMessage.Builder |
newBuilderForType()
|
protected MessageFormats.DeliveredMessage.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
|
static MessageFormats.DeliveredMessage |
parseDelimitedFrom(java.io.InputStream input)
|
static MessageFormats.DeliveredMessage |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static MessageFormats.DeliveredMessage |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static MessageFormats.DeliveredMessage |
parseFrom(com.google.protobuf.ByteString data)
|
static MessageFormats.DeliveredMessage |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static MessageFormats.DeliveredMessage |
parseFrom(com.google.protobuf.CodedInputStream input)
|
static MessageFormats.DeliveredMessage |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static MessageFormats.DeliveredMessage |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
MessageFormats.DeliveredMessage.Builder |
toBuilder()
|
protected java.lang.Object |
writeReplace()
|
void |
writeTo(com.google.protobuf.CodedOutputStream output)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public staticPARSER
public static final int PersistenceId_FIELD_NUMBER
public static final int CHANNELID_FIELD_NUMBER
public static final int PERSISTENTSEQUENCENR_FIELD_NUMBER
public static final int DELIVERYSEQUENCENR_FIELD_NUMBER
public static final int CHANNEL_FIELD_NUMBER
| Method Detail |
|---|
public static MessageFormats.DeliveredMessage getDefaultInstance()
public MessageFormats.DeliveredMessage getDefaultInstanceForType()
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
publicgetParserForType()
public boolean hasPersistenceId()
optional string persistenceId = 1;
hasPersistenceId in interface MessageFormats.DeliveredMessageOrBuilderpublic java.lang.String getPersistenceId()
optional string persistenceId = 1;
getPersistenceId in interface MessageFormats.DeliveredMessageOrBuilderpublic com.google.protobuf.ByteString getPersistenceIdBytes()
optional string persistenceId = 1;
getPersistenceIdBytes in interface MessageFormats.DeliveredMessageOrBuilderpublic boolean hasChannelId()
optional string channelId = 2;
hasChannelId in interface MessageFormats.DeliveredMessageOrBuilderpublic java.lang.String getChannelId()
optional string channelId = 2;
getChannelId in interface MessageFormats.DeliveredMessageOrBuilderpublic com.google.protobuf.ByteString getChannelIdBytes()
optional string channelId = 2;
getChannelIdBytes in interface MessageFormats.DeliveredMessageOrBuilderpublic boolean hasPersistentSequenceNr()
optional int64 persistentSequenceNr = 3;
hasPersistentSequenceNr in interface MessageFormats.DeliveredMessageOrBuilderpublic long getPersistentSequenceNr()
optional int64 persistentSequenceNr = 3;
getPersistentSequenceNr in interface MessageFormats.DeliveredMessageOrBuilderpublic boolean hasDeliverySequenceNr()
optional int64 deliverySequenceNr = 4;
hasDeliverySequenceNr in interface MessageFormats.DeliveredMessageOrBuilderpublic long getDeliverySequenceNr()
optional int64 deliverySequenceNr = 4;
getDeliverySequenceNr in interface MessageFormats.DeliveredMessageOrBuilderpublic boolean hasChannel()
optional string channel = 5;
hasChannel in interface MessageFormats.DeliveredMessageOrBuilderpublic java.lang.String getChannel()
optional string channel = 5;
getChannel in interface MessageFormats.DeliveredMessageOrBuilderpublic com.google.protobuf.ByteString getChannelBytes()
optional string channel = 5;
getChannelBytes in interface MessageFormats.DeliveredMessageOrBuilderpublic final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
java.io.IOExceptionpublic int getSerializedSize()
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
java.io.ObjectStreamException
public static MessageFormats.DeliveredMessage parseFrom(com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static MessageFormats.DeliveredMessage parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static MessageFormats.DeliveredMessage parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static MessageFormats.DeliveredMessage parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException
java.io.IOException
public static MessageFormats.DeliveredMessage parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException
java.io.IOException
public static MessageFormats.DeliveredMessage parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException
java.io.IOException
public static MessageFormats.DeliveredMessage parseFrom(com.google.protobuf.CodedInputStream input)
throws java.io.IOException
java.io.IOException
public static MessageFormats.DeliveredMessage parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException
java.io.IOExceptionpublic static MessageFormats.DeliveredMessage.Builder newBuilder()
public MessageFormats.DeliveredMessage.Builder newBuilderForType()
public static MessageFormats.DeliveredMessage.Builder newBuilder(MessageFormats.DeliveredMessage prototype)
public MessageFormats.DeliveredMessage.Builder toBuilder()
protected MessageFormats.DeliveredMessage.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||