akka.remote
Interface RemoteProtocol.MessageProtocolOrBuilder

All Known Implementing Classes:
RemoteProtocol.MessageProtocol, RemoteProtocol.MessageProtocol.Builder
Enclosing class:
RemoteProtocol

public static interface RemoteProtocol.MessageProtocolOrBuilder


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()