Interface MockExchangeCreator
-
- All Known Subinterfaces:
TypedMockExchangeCreator
- All Known Implementing Classes:
MockExchangeCreator.TypedMockExchangeCreatorImpl
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface MockExchangeCreator
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMockExchangeCreator.TypedMockExchangeCreatorImpl
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description BindableMockExchangecreateMockExchange(String exchangeName, AmqArguments arguments, ReceiverRegistry receiverRegistry)static TypedMockExchangeCreatorcreatorWithExchangeType(String type, MockExchangeCreator creator)
-
-
-
Method Detail
-
creatorWithExchangeType
static TypedMockExchangeCreator creatorWithExchangeType(String type, MockExchangeCreator creator)
-
createMockExchange
BindableMockExchange createMockExchange(String exchangeName, AmqArguments arguments, ReceiverRegistry receiverRegistry)
-
-