Class MockFanoutExchange
- java.lang.Object
-
- com.github.fridujo.rabbitmq.mock.exchange.BindableMockExchange
-
- com.github.fridujo.rabbitmq.mock.exchange.MultipleReceiverExchange
-
- com.github.fridujo.rabbitmq.mock.exchange.MockFanoutExchange
-
- All Implemented Interfaces:
MockExchange,Receiver
public class MockFanoutExchange extends MultipleReceiverExchange
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.github.fridujo.rabbitmq.mock.exchange.BindableMockExchange
BindableMockExchange.BindConfiguration
-
-
Field Summary
Fields Modifier and Type Field Description static StringTYPE-
Fields inherited from class com.github.fridujo.rabbitmq.mock.exchange.BindableMockExchange
bindConfigurations
-
Fields inherited from interface com.github.fridujo.rabbitmq.mock.Receiver
X_MATCH_KEY
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedMockFanoutExchange(String name, AmqArguments arguments, ReceiverRegistry receiverRegistry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanmatch(BindableMockExchange.BindConfiguration bindConfiguration, String routingKey, Map<String,Object> headers)-
Methods inherited from class com.github.fridujo.rabbitmq.mock.exchange.MultipleReceiverExchange
matchingReceivers
-
-
-
-
Field Detail
-
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MockFanoutExchange
protected MockFanoutExchange(String name, AmqArguments arguments, ReceiverRegistry receiverRegistry)
-
-
Method Detail
-
match
protected boolean match(BindableMockExchange.BindConfiguration bindConfiguration, String routingKey, Map<String,Object> headers)
- Specified by:
matchin classMultipleReceiverExchange
-
-