Class SagaResource


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

      • context

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

      • SagaResource

        public SagaResource()
    • Method Detail

      • loadComponentSaga

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

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