akka.remote
Interface WireFormats.AkkaProtocolMessageOrBuilder

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

public static interface WireFormats.AkkaProtocolMessageOrBuilder


Method Summary
 WireFormats.AkkaControlMessage getInstruction()
           
 WireFormats.AkkaControlMessageOrBuilder getInstructionOrBuilder()
           
 com.google.protobuf.ByteString getPayload()
           
 boolean hasInstruction()
           
 boolean hasPayload()
           
 

Method Detail

hasPayload

boolean hasPayload()

getPayload

com.google.protobuf.ByteString getPayload()

hasInstruction

boolean hasInstruction()

getInstruction

WireFormats.AkkaControlMessage getInstruction()

getInstructionOrBuilder

WireFormats.AkkaControlMessageOrBuilder getInstructionOrBuilder()