Class JcacheResource

java.lang.Object
org.apache.camel.quarkus.component.jcache.it.JcacheResource

@Path("/jcache") @ApplicationScoped public class JcacheResource extends Object
  • Field Details

    • context

      @Inject org.apache.camel.CamelContext context
    • producerTemplate

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

    • JcacheResource

      public JcacheResource()
  • Method Details

    • sayHello

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