MessageSubscription

data class MessageSubscription(val namedAggregates: Set<NamedAggregate>, val receiverGroup: String = DEFAULT_RECEIVER_GROUP)

Describes a message bus subscription.

Constructors

Link copied to clipboard
constructor(namedAggregates: Set<NamedAggregate>, receiverGroup: String = DEFAULT_RECEIVER_GROUP)
constructor(namedAggregate: NamedAggregate, receiverGroup: String = DEFAULT_RECEIVER_GROUP)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Aggregates whose messages should be received.

Link copied to clipboard

Logical receiver group used by distributed buses for consumer coordination.