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()
          optional .AkkaControlMessage instruction = 2;
 WireFormats.AkkaControlMessageOrBuilder getInstructionOrBuilder()
          optional .AkkaControlMessage instruction = 2;
 com.google.protobuf.ByteString getPayload()
          optional bytes payload = 1;
 boolean hasInstruction()
          optional .AkkaControlMessage instruction = 2;
 boolean hasPayload()
          optional bytes payload = 1;
 

Method Detail

hasPayload

boolean hasPayload()
optional bytes payload = 1;


getPayload

com.google.protobuf.ByteString getPayload()
optional bytes payload = 1;


hasInstruction

boolean hasInstruction()
optional .AkkaControlMessage instruction = 2;


getInstruction

WireFormats.AkkaControlMessage getInstruction()
optional .AkkaControlMessage instruction = 2;


getInstructionOrBuilder

WireFormats.AkkaControlMessageOrBuilder getInstructionOrBuilder()
optional .AkkaControlMessage instruction = 2;