Uses of Class
io.atleon.rabbitmq.QueueBinding.QueueAndExchangeToBind
-
-
Uses of QueueBinding.QueueAndExchangeToBind in io.atleon.rabbitmq
Methods in io.atleon.rabbitmq that return QueueBinding.QueueAndExchangeToBind Modifier and Type Method Description QueueBinding.QueueAndExchangeToBindQueueBinding.QueueToBind. toExchange(String exchange)Pairs the queue contained by thisQueueBinding.QueueToBindwith an exchange to create aQueueBinding.QueueAndExchangeToBindthrough which the binding declaration can be completed with a routing key.
-