Class AvroResource


  • @Path("/avro")
    @ApplicationScoped
    public class AvroResource
    extends Object
    • Field Detail

      • context

        @Inject
        org.apache.camel.CamelContext context
    • Constructor Detail

      • AvroResource

        public AvroResource()
    • Method Detail

      • loadComponentAvro

        @Path("/load/component/avro")
        @GET
        @Produces("text/plain")
        public javax.ws.rs.core.Response loadComponentAvro()
                                                    throws Exception
        Throws:
        Exception