Class WorkdayResource

java.lang.Object
org.apache.camel.quarkus.component.workday.it.WorkdayResource

@Path("/workday") @ApplicationScoped public class WorkdayResource extends Object
  • Field Details

    • context

      @Inject org.apache.camel.CamelContext context
  • Constructor Details

    • WorkdayResource

      public WorkdayResource()
  • Method Details

    • loadComponentWorkday

      @Path("/load/component/workday") @GET @Produces("text/plain") public jakarta.ws.rs.core.Response loadComponentWorkday() throws Exception
      Throws:
      Exception