Interface RemoteCall.Caller

Enclosing class:
RemoteCall

public static interface RemoteCall.Caller

Objects implementing this interface represent remote clients that performed remote calls.

Server-side applications may return a result or a failure via, respectively, result(Object) and failure(Object).