protected class Requestor.TransceiverCallback<T> extends Object implements Callback<List<ByteBuffer>>
Constructor and Description |
---|
Requestor.TransceiverCallback(org.apache.avro.ipc.Requestor.Request request,
Callback<T> callback)
Creates a TransceiverCallback.
|
Modifier and Type | Method and Description |
---|---|
void |
handleError(Throwable error)
Receives an error.
|
void |
handleResult(List<ByteBuffer> responseBytes)
Receives a callback result.
|
public void handleResult(List<ByteBuffer> responseBytes)
Callback
handleResult
in interface Callback<List<ByteBuffer>>
responseBytes
- the result returned in the callback.public void handleError(Throwable error)
Callback
handleError
in interface Callback<List<ByteBuffer>>
error
- the error returned in the callback.Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.