akka.remote
Interface WireFormats.SerializedMessageOrBuilder

All Known Implementing Classes:
WireFormats.SerializedMessage, WireFormats.SerializedMessage.Builder
Enclosing class:
WireFormats

public static interface WireFormats.SerializedMessageOrBuilder


Method Summary
 com.google.protobuf.ByteString getMessage()
           
 com.google.protobuf.ByteString getMessageManifest()
           
 int getSerializerId()
           
 boolean hasMessage()
           
 boolean hasMessageManifest()
           
 boolean hasSerializerId()
           
 

Method Detail

hasMessage

boolean hasMessage()

getMessage

com.google.protobuf.ByteString getMessage()

hasSerializerId

boolean hasSerializerId()

getSerializerId

int getSerializerId()

hasMessageManifest

boolean hasMessageManifest()

getMessageManifest

com.google.protobuf.ByteString getMessageManifest()