RedisStateEventExchange
class RedisStateEventExchange<C : Any>(val message: StateEvent<C>, acknowledge: Mono<Void>, val attributes: MutableMap<String, Any> = ConcurrentHashMap()) : StateEventExchange<C>
Constructors
Link copied to clipboard
constructor(message: StateEvent<C>, acknowledge: Mono<Void>, attributes: MutableMap<String, Any> = ConcurrentHashMap())