Class FileWatchResource

java.lang.Object
org.apache.camel.quarkus.component.file.it.FileWatchResource

@Path("/file-watch") @ApplicationScoped public class FileWatchResource extends Object
  • Field Details

    • consumerTemplate

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

    • FileWatchResource

      public FileWatchResource()
  • Method Details

    • getEvent

      @Path("/get-events") @GET @Produces("application/json") public jakarta.ws.rs.core.Response getEvent(@QueryParam("path") String path) throws Exception
      Throws:
      Exception