Uses of Class
com.github.fridujo.rabbitmq.mock.MockChannel
-
Packages that use MockChannel Package Description com.github.fridujo.rabbitmq.mock com.github.fridujo.rabbitmq.mock.configuration -
-
Uses of MockChannel in com.github.fridujo.rabbitmq.mock
Methods in com.github.fridujo.rabbitmq.mock that return MockChannel Modifier and Type Method Description MockChannelMockConnection. createChannel()MockChannelMockConnection. createChannel(int channelNumber)Methods in com.github.fridujo.rabbitmq.mock with parameters of type MockChannel 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) -
Uses of MockChannel in com.github.fridujo.rabbitmq.mock.configuration
Methods in com.github.fridujo.rabbitmq.mock.configuration with parameters of type MockChannel Modifier and Type Method Description com.rabbitmq.client.AMQP.Queue.DeclareOkQueueDeclarator. declare(MockChannel channel)
-