JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Spring for Apache Hadoop
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
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
Methods
Modifier and Type
Method and Description
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
Overview
Package
Class
Tree
Deprecated
Index
Help
Spring for Apache Hadoop
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method