akka.remote
Interface RemoteProtocol.AkkaRemoteProtocolOrBuilder

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

public static interface RemoteProtocol.AkkaRemoteProtocolOrBuilder


Method Summary
 RemoteProtocol.RemoteControlProtocol getInstruction()
           
 RemoteProtocol.RemoteControlProtocolOrBuilder getInstructionOrBuilder()
           
 RemoteProtocol.RemoteMessageProtocol getMessage()
           
 RemoteProtocol.RemoteMessageProtocolOrBuilder getMessageOrBuilder()
           
 boolean hasInstruction()
           
 boolean hasMessage()
           
 

Method Detail

hasMessage

boolean hasMessage()

getMessage

RemoteProtocol.RemoteMessageProtocol getMessage()

getMessageOrBuilder

RemoteProtocol.RemoteMessageProtocolOrBuilder getMessageOrBuilder()

hasInstruction

boolean hasInstruction()

getInstruction

RemoteProtocol.RemoteControlProtocol getInstruction()

getInstructionOrBuilder

RemoteProtocol.RemoteControlProtocolOrBuilder getInstructionOrBuilder()