Spring for Apache Hadoop

org.springframework.yarn.am
Interface RpcMessage<T>

Type Parameters:
T - Type of the message
All Known Implementing Classes:
GenericRpcMessage

public interface RpcMessage<T>

The central interface that any RpcMessage type must implement.

Author:
Janne Valkealahti

Method Summary
 T getBody()
          Gets a body of this message.
 

Method Detail

getBody

T getBody()
Gets a body of this message.

Returns:
wrapped body of the message

Spring for Apache Hadoop