Class GithubResource

java.lang.Object
org.apache.camel.quarkus.component.github.it.GithubResource

@Path("/github") public class GithubResource extends Object
  • Field Details

    • producerTemplate

      @Inject org.apache.camel.ProducerTemplate producerTemplate
  • Constructor Details

    • GithubResource

      public GithubResource()
  • Method Details

    • onContextStart

      public void onContextStart(@Observes org.apache.camel.impl.event.CamelContextStartedEvent event)
    • getCamelQuarkusReadme

      @Path("/get") @GET @Produces("text/plain") public String getCamelQuarkusReadme() throws Exception
      Throws:
      Exception