Class SagaResource

java.lang.Object
org.apache.camel.quarkus.component.saga.it.SagaResource

@Path("/saga") @ApplicationScoped public class SagaResource extends Object
  • Field Details

    • context

      @Inject org.apache.camel.CamelContext context
    • orderManagerService

      @Inject OrderManagerService orderManagerService
    • creditService

      @Inject CreditService creditService
  • Constructor Details

    • SagaResource

      public SagaResource()
  • Method Details

    • loadComponentSaga

      @Path("/load/component/saga") @GET @Produces("text/plain") public jakarta.ws.rs.core.Response loadComponentSaga() throws Exception
      Throws:
      Exception
    • buy

      @Path("/test") @GET @Produces("text/plain") public jakarta.ws.rs.core.Response buy()