Class QuartzResource


  • @Path("/quartz")
    public class QuartzResource
    extends Object
    • Field Detail

      • consumerTemplate

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

      • QuartzResource

        public QuartzResource()
    • Method Detail

      • getSchedulerResult

        @Path("/get")
        @GET
        @Produces("text/plain")
        public String getSchedulerResult​(@QueryParam("fromEndpoint")
                                         String fromEndpoint)
                                  throws Exception
        Throws:
        Exception