org.springframework.yarn.client
Interface AppmasterScOperations


public interface AppmasterScOperations

Interface defining message operations for Application Master Service Client.

Author:
Janne Valkealahti

Method Summary
 RpcMessage<?> get(RpcMessage<?> message)
          Sends request wrapped in RpcMessage and receives response similarly wrapped in RpcMessage.
 

Method Detail

get

RpcMessage<?> get(RpcMessage<?> message)
Sends request wrapped in RpcMessage and receives response similarly wrapped in RpcMessage.

Parameters:
message - the RpcMessage request
Returns:
the RpcMessage response