Class RssResource

java.lang.Object
org.apache.camel.quarkus.component.rss.it.RssResource

@Path("/rss") public class RssResource extends Object
  • Field Details

    • consumerTemplate

      @Inject org.apache.camel.ConsumerTemplate consumerTemplate
  • Constructor Details

    • RssResource

      public RssResource()
  • Method Details

    • component

      @Path("/component") @GET @Produces("application/json") public javax.json.JsonObject component(@QueryParam("test-port") int port) throws Exception
      Throws:
      Exception
    • dataformatMarshalUnmarshal

      @Path("/dataformat") @GET @Produces("application/json") public javax.json.JsonObject dataformatMarshalUnmarshal() throws Exception
      Throws:
      Exception