Class JettyHttpServerFactory

  • All Implemented Interfaces:
    org.apache.camel.component.avro.spi.AvroRpcHttpServerFactory

    @JdkService("avro-rpc-http-server-factory")
    public class JettyHttpServerFactory
    extends Object
    implements org.apache.camel.component.avro.spi.AvroRpcHttpServerFactory
    Default implementation of Avro via http, which is based on Jetty http server. For more details see dependency org.apache.avro:avro-ipc-jetty.
    • Constructor Detail

      • JettyHttpServerFactory

        public JettyHttpServerFactory()
    • Method Detail

      • create

        public org.apache.avro.ipc.Server create​(org.apache.avro.ipc.specific.SpecificResponder responder,
                                                 int port)
                                          throws IOException
        Specified by:
        create in interface org.apache.camel.component.avro.spi.AvroRpcHttpServerFactory
        Throws:
        IOException