Uses of Interface
com.github.fridujo.rabbitmq.mock.exchange.TypedMockExchangeCreator
-
Packages that use TypedMockExchangeCreator Package Description com.github.fridujo.rabbitmq.mock com.github.fridujo.rabbitmq.mock.configuration com.github.fridujo.rabbitmq.mock.exchange -
-
Uses of TypedMockExchangeCreator in com.github.fridujo.rabbitmq.mock
Methods in com.github.fridujo.rabbitmq.mock with parameters of type TypedMockExchangeCreator Modifier and Type Method Description TConfigurableConnectionFactory. withAdditionalExchange(TypedMockExchangeCreator mockExchangeCreator) -
Uses of TypedMockExchangeCreator in com.github.fridujo.rabbitmq.mock.configuration
Methods in com.github.fridujo.rabbitmq.mock.configuration with parameters of type TypedMockExchangeCreator Modifier and Type Method Description ConfigurationConfiguration. registerAdditionalExchangeCreator(TypedMockExchangeCreator mockExchangeCreator) -
Uses of TypedMockExchangeCreator in com.github.fridujo.rabbitmq.mock.exchange
Classes in com.github.fridujo.rabbitmq.mock.exchange that implement TypedMockExchangeCreator Modifier and Type Class Description static classMockExchangeCreator.TypedMockExchangeCreatorImplMethods in com.github.fridujo.rabbitmq.mock.exchange that return TypedMockExchangeCreator Modifier and Type Method Description static TypedMockExchangeCreatorMockExchangeCreator. creatorWithExchangeType(String type, MockExchangeCreator creator)
-