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