public abstract class MultipleReceiverExchange extends BindableMockExchange
BindableMockExchange.BindConfigurationbindConfigurationsX_MATCH_KEY| Modifier | Constructor and Description |
|---|---|
protected |
MultipleReceiverExchange(String name,
String type,
AmqArguments arguments,
ReceiverRegistry receiverRegistry) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract boolean |
match(BindableMockExchange.BindConfiguration bindConfiguration,
String routingKey,
Map<String,Object> headers) |
protected Stream<ReceiverPointer> |
matchingReceivers(String routingKey,
com.rabbitmq.client.AMQP.BasicProperties props) |
protected MultipleReceiverExchange(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 boolean match(BindableMockExchange.BindConfiguration bindConfiguration, String routingKey, Map<String,Object> headers)
Copyright © 2022. All rights reserved.