akka.persistence.serialization
Interface MessageFormats.DeliverMessageOrBuilder

All Known Implementing Classes:
MessageFormats.DeliverMessage, MessageFormats.DeliverMessage.Builder
Enclosing class:
MessageFormats

public static interface MessageFormats.DeliverMessageOrBuilder


Method Summary
 java.lang.String getDestination()
          optional string destination = 2;
 com.google.protobuf.ByteString getDestinationBytes()
          optional string destination = 2;
 MessageFormats.PersistentMessage getPersistent()
          optional .PersistentMessage persistent = 1;
 MessageFormats.PersistentMessageOrBuilder getPersistentOrBuilder()
          optional .PersistentMessage persistent = 1;
 boolean hasDestination()
          optional string destination = 2;
 boolean hasPersistent()
          optional .PersistentMessage persistent = 1;
 

Method Detail

hasPersistent

boolean hasPersistent()
optional .PersistentMessage persistent = 1;


getPersistent

MessageFormats.PersistentMessage getPersistent()
optional .PersistentMessage persistent = 1;


getPersistentOrBuilder

MessageFormats.PersistentMessageOrBuilder getPersistentOrBuilder()
optional .PersistentMessage persistent = 1;


hasDestination

boolean hasDestination()
optional string destination = 2;


getDestination

java.lang.String getDestination()
optional string destination = 2;


getDestinationBytes

com.google.protobuf.ByteString getDestinationBytes()
optional string destination = 2;