Interface Request<T>

Type Parameters:
T - The return type of objects in the corresponding response.
All Known Implementing Classes:
FakeRequest

public interface Request<T>
A Request represents a single method invocation on the server. It encapsulates the arguments provided to the Request factory method declared in a RequestContext as well as a set of object paths to return from the server. The returned data is provided to an optional Receiver object, specified by the to(Receiver) method.
See Also: