| Package | Description |
|---|---|
| com.github.fridujo.rabbitmq.mock | |
| com.github.fridujo.rabbitmq.mock.compatibility |
| Modifier and Type | Method and Description |
|---|---|
MockConnection |
MockChannel.getConnection() |
MockConnection |
MockConnectionFactory.newConnection() |
MockConnection |
MockConnectionFactory.newConnection(ExecutorService executor,
com.rabbitmq.client.AddressResolver addressResolver,
String clientProvidedName) |
| Modifier and Type | Method and Description |
|---|---|
String |
MockNode.basicConsume(String queueName,
boolean autoAck,
String consumerTag,
boolean noLocal,
boolean exclusive,
Map<String,Object> arguments,
com.rabbitmq.client.Consumer callback,
Supplier<Long> deliveryTagSupplier,
MockConnection mockConnection,
MockChannel mockChannel) |
void |
MockQueue.basicConsume(String consumerTag,
com.rabbitmq.client.Consumer consumer,
boolean autoAck,
Supplier<Long> deliveryTagSupplier,
MockConnection mockConnection,
MockChannel mockChannel) |
void |
MockNode.close(MockConnection mockConnection) |
| Constructor and Description |
|---|
MockChannel(int channelNumber,
MockNode node,
MockConnection mockConnection,
MetricsCollectorWrapper metricsCollectorWrapper) |
| Modifier and Type | Method and Description |
|---|---|
MockConnection |
MockConnectionFactoryWithoutAddressResolver.newConnection() |
Copyright © 2022. All rights reserved.