|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides definitions for callback.
Users who want to use callback must implement this class
and create instance of it, then pass it to NgGrpcFunctionHandle.call() or
NgGrpcObjectHandle.invoke().
Method Summary | |
void |
callback(java.util.List args)
The method to execute callback. Users who want to use callback must implement this method. |
Method Detail |
public void callback(java.util.List args)
args
- arguments for callback.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |