ExampleService

@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

Properties

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