Class Application

java.lang.Object
org.apache.camel.k.quarkus.cron.deployment.Application

@Path("/test") @ApplicationScoped public class Application extends Object
  • Constructor Details

    • Application

      public Application()
  • Method Details

    • findCronInterceptor

      @GET @Path("/find-cron-interceptor") @Produces("text/plain") public String findCronInterceptor()
    • load

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

      @GET @Path("/stopped") @Produces("text/plain") public String stopped()