RedisEventStreamExchange
data class RedisEventStreamExchange(val message: DomainEventStream, acknowledge: Mono<Void>, val attributes: MutableMap<String, Any> = ConcurrentHashMap()) : EventStreamExchange
Constructors
Link copied to clipboard
constructor(message: DomainEventStream, acknowledge: Mono<Void>, attributes: MutableMap<String, Any> = ConcurrentHashMap())