Interface ClientListenerAsyncResponse
-
- All Known Implementing Classes:
ClientAsyncResponse
public interface ClientListenerAsyncResponseClient listener async response.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IgniteInternalFuture<? extends ClientListenerResponse>future()Future for response.
-
-
-
Method Detail
-
future
IgniteInternalFuture<? extends ClientListenerResponse> future()
Future for response.
-
-