Class AvroSpecificResponder


  • public class AvroSpecificResponder
    extends org.apache.avro.ipc.specific.SpecificResponder
    • Field Summary

      • Fields inherited from class org.apache.avro.ipc.Responder

        rpcMetaPlugins
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Object respond​(org.apache.avro.Protocol.Message message, Object request)  
      • Methods inherited from class org.apache.avro.ipc.specific.SpecificResponder

        getDatumReader, getDatumWriter, getSpecificData, writeError
      • Methods inherited from class org.apache.avro.ipc.generic.GenericResponder

        getGenericData, readRequest, writeResponse
      • Methods inherited from class org.apache.avro.ipc.Responder

        addRPCPlugin, getLocal, getRemote, respond, respond
    • Constructor Detail

      • AvroSpecificResponder

        public AvroSpecificResponder​(org.apache.avro.Protocol protocol,
                                     AvroListener listener)
                              throws Exception
        Throws:
        Exception
    • Method Detail

      • respond

        public Object respond​(org.apache.avro.Protocol.Message message,
                              Object request)
                       throws Exception
        Overrides:
        respond in class org.apache.avro.ipc.specific.SpecificResponder
        Throws:
        Exception