类 WorkdayResource

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

@Path("/workday") @ApplicationScoped public class WorkdayResource extends Object
  • 字段详细资料

    • context

      @Inject org.apache.camel.CamelContext context
  • 构造器详细资料

    • WorkdayResource

      public WorkdayResource()
  • 方法详细资料

    • loadComponentWorkday

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