RESULT
- is the generic type of the method return-type;protected static class AbstractRemoteInvocationServiceCaller.ServiceCallData<RESULT> extends RemoteInvocationCallData<RESULT,GenericRemoteInvocationRpcCall>
RemoteInvocationService
method.GenericRemoteInvocationRpcCall
Modifier and Type | Field and Description |
---|---|
private Class<RESULT> |
returnType
The current return-type.
|
private Class<?> |
serviceInterface
The current
RemoteInvocationService interface. |
private final Class<?> serviceInterface
RemoteInvocationService
interface.public ServiceCallData(Class<?> serviceInterface, Class<RESULT> returnType, Consumer<? extends RESULT> successCallback, Consumer<Throwable> failureCallback)
serviceInterface
- is the RemoteInvocationService
interface.returnType
- is the return type.successCallback
- is the
success
callback
.failureCallback
- is the
failure
callback
.Copyright © 2001–2016 mmm-Team. All rights reserved.