Uses of Class
com.github.fridujo.rabbitmq.mock.exchange.BindableMockExchange.BindConfiguration
-
Packages that use BindableMockExchange.BindConfiguration Package Description com.github.fridujo.rabbitmq.mock.exchange -
-
Uses of BindableMockExchange.BindConfiguration in com.github.fridujo.rabbitmq.mock.exchange
Fields in com.github.fridujo.rabbitmq.mock.exchange with type parameters of type BindableMockExchange.BindConfiguration Modifier and Type Field Description protected Set<BindableMockExchange.BindConfiguration>BindableMockExchange. bindConfigurationsMethods in com.github.fridujo.rabbitmq.mock.exchange with parameters of type BindableMockExchange.BindConfiguration Modifier and Type Method Description protected booleanMockDirectExchange. match(BindableMockExchange.BindConfiguration bindConfiguration, String routingKey, Map<String,Object> headers)protected booleanMockFanoutExchange. match(BindableMockExchange.BindConfiguration bindConfiguration, String routingKey, Map<String,Object> headers)protected booleanMockHeadersExchange. match(BindableMockExchange.BindConfiguration bindConfiguration, String routingKey, Map<String,Object> headers)protected booleanMockTopicExchange. match(BindableMockExchange.BindConfiguration bindConfiguration, String routingKey, Map<String,Object> headers)protected abstract booleanMultipleReceiverExchange. match(BindableMockExchange.BindConfiguration bindConfiguration, String routingKey, Map<String,Object> headers)
-