public abstract class SingleReceiverExchange extends BindableMockExchange
BindableMockExchange.BindConfigurationbindConfigurationsX_MATCH_KEY| Modifier | Constructor and Description |
|---|---|
protected |
SingleReceiverExchange(String name,
String type,
AmqArguments arguments,
ReceiverRegistry receiverRegistry) |
| Modifier and Type | Method and Description |
|---|---|
protected Stream<ReceiverPointer> |
matchingReceivers(String routingKey,
com.rabbitmq.client.AMQP.BasicProperties props) |
protected abstract Optional<ReceiverPointer> |
selectReceiver(String routingKey,
com.rabbitmq.client.AMQP.BasicProperties props) |
protected SingleReceiverExchange(String name, String type, AmqArguments arguments, ReceiverRegistry receiverRegistry)
protected Stream<ReceiverPointer> matchingReceivers(String routingKey, com.rabbitmq.client.AMQP.BasicProperties props)
matchingReceivers in class BindableMockExchangeprotected abstract Optional<ReceiverPointer> selectReceiver(String routingKey, com.rabbitmq.client.AMQP.BasicProperties props)
Copyright © 2022. All rights reserved.