Class SagaResource
- java.lang.Object
-
- org.apache.camel.quarkus.component.saga.it.SagaResource
-
@Path("/saga") @ApplicationScoped public class SagaResource extends Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) org.apache.camel.CamelContextcontext(package private) CreditServicecreditService(package private) OrderManagerServiceorderManagerService
-
Constructor Summary
Constructors Constructor Description SagaResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.Responsebuy()javax.ws.rs.core.ResponseloadComponentSaga()
-
-
-
Field Detail
-
context
@Inject org.apache.camel.CamelContext context
-
orderManagerService
@Inject OrderManagerService orderManagerService
-
creditService
@Inject CreditService creditService
-
-