Interface AvroRpcHttpServerFactory


  • public interface AvroRpcHttpServerFactory
    SPI used by consumer for Avro via http. By default Jetty implementation is used. @see org.apache.camel.component.avro.spi.JettyHttpServerFactory
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.apache.avro.ipc.Server create​(org.apache.avro.ipc.specific.SpecificResponder responder, int port)  
    • Method Detail

      • create

        org.apache.avro.ipc.Server create​(org.apache.avro.ipc.specific.SpecificResponder responder,
                                          int port)
                                   throws Exception
        Throws:
        Exception