Class MockExchangeCreator.TypedMockExchangeCreatorImpl
- java.lang.Object
-
- com.github.fridujo.rabbitmq.mock.exchange.MockExchangeCreator.TypedMockExchangeCreatorImpl
-
- All Implemented Interfaces:
MockExchangeCreator,TypedMockExchangeCreator
- Enclosing interface:
- MockExchangeCreator
public static final class MockExchangeCreator.TypedMockExchangeCreatorImpl extends Object implements TypedMockExchangeCreator
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.github.fridujo.rabbitmq.mock.exchange.MockExchangeCreator
MockExchangeCreator.TypedMockExchangeCreatorImpl
-
-
Constructor Summary
Constructors Constructor Description TypedMockExchangeCreatorImpl(String type, MockExchangeCreator creator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BindableMockExchangecreateMockExchange(String exchangeName, AmqArguments arguments, ReceiverRegistry receiverRegistry)StringgetType()
-
-
-
Constructor Detail
-
TypedMockExchangeCreatorImpl
public TypedMockExchangeCreatorImpl(String type, MockExchangeCreator creator)
-
-
Method Detail
-
getType
public String getType()
- Specified by:
getTypein interfaceTypedMockExchangeCreator
-
createMockExchange
public BindableMockExchange createMockExchange(String exchangeName, AmqArguments arguments, ReceiverRegistry receiverRegistry)
- Specified by:
createMockExchangein interfaceMockExchangeCreator
-
-