SimpleDomainEventExchange

constructor(message: DomainEvent<T>, attributes: MutableMap<String, Any> = ConcurrentHashMap())

Creates a new SimpleDomainEventExchange with the given message and attributes

Type Parameters

T

The type of the domain event body