| Package | Description | 
|---|---|
| org.apache.avro.ipc | Support for inter-process calls. | 
| org.apache.avro.specific | Generate specific Java classes for schemas and protocols. | 
| Modifier and Type | Method and Description | 
|---|---|
| <T> void | Requestor. request(String messageName,
       Object request,
       Callback<T> callback)Writes a request message and returns the result through a Callback. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SpecificExceptionBaseBase class for specific exceptions. | 
Copyright © 2009–2020 The Apache Software Foundation. All rights reserved.