Class Application


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

      • Application

        public Application()
    • Method Detail

      • findCronInterceptor

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

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