ExampleService

@BoundedContext(name = "example-service", alias = "example", aggregates = [BoundedContext.Aggregate(packageScopes = [CreateOrder::class], name = "order"), BoundedContext.Aggregate(tenantId = "(0)", packageScopes = [AddCartItem::class], name = "cart")])
object ExampleService

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
const val SERVICE_NAME: String