public interface RemoteCallResponseDef
Modifier and Type | Method and Description |
---|---|
<T> RemoteCallErrorDef |
respondTo(Class<T> returnType,
RemoteCallback<T> callback)
Sets the callback response function, which is called after an endpoint is reached
|
<T> RemoteCallErrorDef respondTo(Class<T> returnType, RemoteCallback<T> callback)
returnType
- - the return type of the callback functioncallback
- - the callback functionCopyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.