Class CreditService
- java.lang.Object
-
- org.apache.camel.quarkus.component.lra.it.service.CreditService
-
public class CreditService extends Object
-
-
Constructor Summary
Constructors Constructor Description CreditService(int totalCredit)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCredit()voidrefundCredit(String id)voidreserveCredit(String id, int amount)
-