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

    Modifier and Type
    Method
    Description
    org.apache.avro.ipc.Server
    create(org.apache.avro.ipc.specific.SpecificResponder responder, int port)
     
  • Method Details

    • create

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