Uses of Class
com.github.fridujo.rabbitmq.mock.MockConnection
-
Packages that use MockConnection Package Description com.github.fridujo.rabbitmq.mock com.github.fridujo.rabbitmq.mock.compatibility -
-
Uses of MockConnection in com.github.fridujo.rabbitmq.mock
Methods in com.github.fridujo.rabbitmq.mock that return MockConnection Modifier and Type Method Description MockConnectionMockChannel. getConnection()MockConnectionMockConnectionFactory. newConnection()MockConnectionMockConnectionFactory. newConnection(ExecutorService executor, com.rabbitmq.client.AddressResolver addressResolver, String clientProvidedName)Methods in com.github.fridujo.rabbitmq.mock with parameters of type MockConnection Modifier and Type Method Description StringMockNode. 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)voidMockQueue. basicConsume(String consumerTag, com.rabbitmq.client.Consumer consumer, boolean autoAck, Supplier<Long> deliveryTagSupplier, MockConnection mockConnection, MockChannel mockChannel)voidMockNode. close(MockConnection mockConnection)Constructors in com.github.fridujo.rabbitmq.mock with parameters of type MockConnection Constructor Description MockChannel(int channelNumber, MockNode node, MockConnection mockConnection, MetricsCollectorWrapper metricsCollectorWrapper) -
Uses of MockConnection in com.github.fridujo.rabbitmq.mock.compatibility
Methods in com.github.fridujo.rabbitmq.mock.compatibility that return MockConnection Modifier and Type Method Description MockConnectionMockConnectionFactoryWithoutAddressResolver. newConnection()
-