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())

Properties

Link copied to clipboard
open override val attributes: MutableMap<String, Any>
Link copied to clipboard
open override val message: DomainEventStream

Functions

Link copied to clipboard
open override fun acknowledge(): Mono<Void>