Package-level declarations

Types

Link copied to clipboard
@BoundedContext(name = "example-service", alias = "example", description = "Wow Example Context", aggregates = [BoundedContext.Aggregate(name = "order", packageScopes = [CreateOrder::class]), BoundedContext.Aggregate(name = "cart", tenantId = "(0)", packageScopes = [AddCartItem::class])])
object ExampleService