Uses of Interface
com.github.fridujo.rabbitmq.mock.exchange.MockExchangeCreator
-
Packages that use MockExchangeCreator Package Description com.github.fridujo.rabbitmq.mock.configuration com.github.fridujo.rabbitmq.mock.exchange -
-
Uses of MockExchangeCreator in com.github.fridujo.rabbitmq.mock.configuration
Methods in com.github.fridujo.rabbitmq.mock.configuration that return MockExchangeCreator Modifier and Type Method Description MockExchangeCreatorConfiguration. getAdditionalExchangeByType(String type) -
Uses of MockExchangeCreator in com.github.fridujo.rabbitmq.mock.exchange
Subinterfaces of MockExchangeCreator in com.github.fridujo.rabbitmq.mock.exchange Modifier and Type Interface Description interfaceTypedMockExchangeCreatorClasses in com.github.fridujo.rabbitmq.mock.exchange that implement MockExchangeCreator Modifier and Type Class Description static classMockExchangeCreator.TypedMockExchangeCreatorImplMethods in com.github.fridujo.rabbitmq.mock.exchange with parameters of type MockExchangeCreator Modifier and Type Method Description static TypedMockExchangeCreatorMockExchangeCreator. creatorWithExchangeType(String type, MockExchangeCreator creator)Constructors in com.github.fridujo.rabbitmq.mock.exchange with parameters of type MockExchangeCreator Constructor Description TypedMockExchangeCreatorImpl(String type, MockExchangeCreator creator)
-