SimpleEventStreamExchange
class SimpleEventStreamExchange(val message: DomainEventStream, val attributes: MutableMap<String, Any> = ConcurrentHashMap()) : EventStreamExchange
Simple implementation of EventStreamExchange.
This class provides a basic implementation of the EventStreamExchange interface, storing the domain event stream message and managing exchange attributes.
Parameters
message
The domain event stream message
attributes
The mutable map of attributes (default: ConcurrentHashMap)
See also
Constructors
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Clears the current error object.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard