akka.remote
Interface WireFormats.AkkaProtocolMessageOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
WireFormats.AkkaProtocolMessage, WireFormats.AkkaProtocolMessage.Builder
Enclosing class:
WireFormats

public static interface WireFormats.AkkaProtocolMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder


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;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

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;