All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download orders-and-customers JAR 0.24.0.RELEASE with all dependencies


An Eventuate project

Files of the artifact orders-and-customers version 0.24.0.RELEASE from the group io.eventuate.tram.sagas.

Artifact orders-and-customers
Group io.eventuate.tram.sagas
Version 0.24.0.RELEASE
Last update 25. September 2024
Tags: eventuate project
Organization not specified
URL https://eventuate.io
License The Apache Software License, Version 2.0
Dependencies amount 4
Dependencies eventuate-tram-sagas-participant, eventuate-tram-sagas-orchestration, eventuate-tram-sagas-orchestration-simple-dsl, javax.persistence-api,
There are maybe transitive dependencies!
The newest version!
Show more of this group  Show more artifacts with this name
Show all versions of orders-and-customers Show documentation

Please rate this JAR file. Is it a good library?

0 downloads

Source code of orders-and-customers version 0.24.0.RELEASE

META-INF
META-INF.META-INF.MANIFEST.MF
io.eventuate.examples.tram.sagas.ordersandcustomers.commondomain
io.eventuate.examples.tram.sagas.ordersandcustomers.commondomain.io.eventuate.examples.tram.sagas.ordersandcustomers.commondomain.Money
io.eventuate.examples.tram.sagas.ordersandcustomers.customers.domain
io.eventuate.examples.tram.sagas.ordersandcustomers.customers.domain.io.eventuate.examples.tram.sagas.ordersandcustomers.customers.domain.Customer
io.eventuate.examples.tram.sagas.ordersandcustomers.customers.domain.io.eventuate.examples.tram.sagas.ordersandcustomers.customers.domain.CustomerCreditLimitExceededException
io.eventuate.examples.tram.sagas.ordersandcustomers.customers.domain.io.eventuate.examples.tram.sagas.ordersandcustomers.customers.domain.CustomerDao
io.eventuate.examples.tram.sagas.ordersandcustomers.customers.service
io.eventuate.examples.tram.sagas.ordersandcustomers.customers.service.io.eventuate.examples.tram.sagas.ordersandcustomers.customers.service.CustomerCommandHandler
io.eventuate.examples.tram.sagas.ordersandcustomers.customers.service.io.eventuate.examples.tram.sagas.ordersandcustomers.customers.service.CustomerCreditReservationFailed
io.eventuate.examples.tram.sagas.ordersandcustomers.customers.service.io.eventuate.examples.tram.sagas.ordersandcustomers.customers.service.CustomerCreditReserved
io.eventuate.examples.tram.sagas.ordersandcustomers.customers.service.io.eventuate.examples.tram.sagas.ordersandcustomers.customers.service.CustomerService
io.eventuate.examples.tram.sagas.ordersandcustomers.customers.service.io.eventuate.examples.tram.sagas.ordersandcustomers.customers.service.ResultCreditResult
io.eventuate.examples.tram.sagas.ordersandcustomers.orders.domain
io.eventuate.examples.tram.sagas.ordersandcustomers.orders.domain.io.eventuate.examples.tram.sagas.ordersandcustomers.orders.domain.Order
io.eventuate.examples.tram.sagas.ordersandcustomers.orders.domain.io.eventuate.examples.tram.sagas.ordersandcustomers.orders.domain.OrderDao
io.eventuate.examples.tram.sagas.ordersandcustomers.orders.domain.io.eventuate.examples.tram.sagas.ordersandcustomers.orders.domain.OrderState
io.eventuate.examples.tram.sagas.ordersandcustomers.orders.sagas.cancelorder
io.eventuate.examples.tram.sagas.ordersandcustomers.orders.sagas.cancelorder.io.eventuate.examples.tram.sagas.ordersandcustomers.orders.sagas.cancelorder.ReleaseCreditCommand
io.eventuate.examples.tram.sagas.ordersandcustomers.orders.sagas.createorder
io.eventuate.examples.tram.sagas.ordersandcustomers.orders.sagas.createorder.io.eventuate.examples.tram.sagas.ordersandcustomers.orders.sagas.createorder.CreateOrderSaga
io.eventuate.examples.tram.sagas.ordersandcustomers.orders.sagas.createorder.io.eventuate.examples.tram.sagas.ordersandcustomers.orders.sagas.createorder.CreateOrderSagaCompletedSuccesfully
io.eventuate.examples.tram.sagas.ordersandcustomers.orders.sagas.createorder.io.eventuate.examples.tram.sagas.ordersandcustomers.orders.sagas.createorder.CreateOrderSagaData
io.eventuate.examples.tram.sagas.ordersandcustomers.orders.sagas.createorder.io.eventuate.examples.tram.sagas.ordersandcustomers.orders.sagas.createorder.CreateOrderSagaRolledBack
io.eventuate.examples.tram.sagas.ordersandcustomers.orders.sagas.createorder.io.eventuate.examples.tram.sagas.ordersandcustomers.orders.sagas.createorder.LocalCreateOrderSaga
io.eventuate.examples.tram.sagas.ordersandcustomers.orders.sagas.createorder.io.eventuate.examples.tram.sagas.ordersandcustomers.orders.sagas.createorder.LocalCreateOrderSagaData
io.eventuate.examples.tram.sagas.ordersandcustomers.orders.sagas.participants
io.eventuate.examples.tram.sagas.ordersandcustomers.orders.sagas.participants.io.eventuate.examples.tram.sagas.ordersandcustomers.orders.sagas.participants.ApproveOrderCommand
io.eventuate.examples.tram.sagas.ordersandcustomers.orders.sagas.participants.io.eventuate.examples.tram.sagas.ordersandcustomers.orders.sagas.participants.CancelOrderCommand
io.eventuate.examples.tram.sagas.ordersandcustomers.orders.sagas.participants.io.eventuate.examples.tram.sagas.ordersandcustomers.orders.sagas.participants.ReserveCreditCommand
io.eventuate.examples.tram.sagas.ordersandcustomers.orders.sagas.participants.proxy
io.eventuate.examples.tram.sagas.ordersandcustomers.orders.sagas.participants.proxy.io.eventuate.examples.tram.sagas.ordersandcustomers.orders.sagas.participants.proxy.CustomerServiceProxy
io.eventuate.examples.tram.sagas.ordersandcustomers.orders.sagas.participants.proxy.io.eventuate.examples.tram.sagas.ordersandcustomers.orders.sagas.participants.proxy.OrderServiceProxy
io.eventuate.examples.tram.sagas.ordersandcustomers.orders.service
io.eventuate.examples.tram.sagas.ordersandcustomers.orders.service.io.eventuate.examples.tram.sagas.ordersandcustomers.orders.service.OrderCommandHandler
io.eventuate.examples.tram.sagas.ordersandcustomers.orders.service.io.eventuate.examples.tram.sagas.ordersandcustomers.orders.service.OrderDetails
io.eventuate.examples.tram.sagas.ordersandcustomers.orders.service.io.eventuate.examples.tram.sagas.ordersandcustomers.orders.service.OrderService
io.eventuate.examples.tram.sagas.ordersandcustomers.orders.service.io.eventuate.examples.tram.sagas.ordersandcustomers.orders.service.RejectOrderCommand




© 2015 - 2024 Weber Informatics LLC | Privacy Policy