| Package | Description |
|---|---|
| com.github.fridujo.rabbitmq.mock.exchange |
| Modifier and Type | Class and Description |
|---|---|
class |
ConsistentHashExchange
Mimic the behavior of rabbitmq_consistent_hash_exchange.
|
class |
MockDirectExchange |
class |
MockFanoutExchange |
class |
MockHeadersExchange |
class |
MockTopicExchange |
class |
MultipleReceiverExchange |
class |
SingleReceiverExchange |
| Modifier and Type | Method and Description |
|---|---|
BindableMockExchange |
MockExchangeFactory.build(String exchangeName,
String type,
AmqArguments arguments,
ReceiverRegistry receiverRegistry) |
BindableMockExchange |
MockExchangeCreator.createMockExchange(String exchangeName,
AmqArguments arguments,
ReceiverRegistry receiverRegistry) |
BindableMockExchange |
MockExchangeCreator.TypedMockExchangeCreatorImpl.createMockExchange(String exchangeName,
AmqArguments arguments,
ReceiverRegistry receiverRegistry) |
Copyright © 2022. All rights reserved.