Class Application
- java.lang.Object
-
- org.apache.camel.k.quarkus.cron.deployment.Application
-
@Path("/test") @ApplicationScoped public class Application extends Object
-
-
Constructor Summary
Constructors Constructor Description Application()
-
-
-
Method Detail
-
findCronInterceptor
@GET @Path("/find-cron-interceptor") @Produces("text/plain") public String findCronInterceptor()
-
-