T
- generic typepublic interface Callbackable<T>
Modifier and Type | Method and Description |
---|---|
void |
callbackResponse(T returnArguments)
Must be called by async request at the end of execution
|
void callbackResponse(T returnArguments)
returnArguments
- the arguments to be returnedCopyright © 2018 Vitam. All rights reserved.