module
LavinMQ::AMQP::ArgumentTarget
Direct including types
Defined in:
lavinmq/amqp/argument_target.crMacro Summary
-
add_argument_validator(key, validator)
By having this as a macro we can make some compile-time validations to prevent bugs like adding the same key twice
Macro Detail
macro add_argument_validator(key, validator)
#
By having this as a macro we can make some compile-time validations to prevent bugs like adding the same key twice