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 com.rabbitmq.client.AMQP.Queue.DeclareOkMockNode. queueDeclare(String queueName, boolean durable, boolean exclusive, boolean autoDelete, Map<String,Object> arguments, MockChannel mockChannel)Constructors in com.github.fridujo.rabbitmq.mock with parameters of type MockChannel Constructor Description MockQueue(String name, AmqArguments arguments, ReceiverRegistry receiverRegistry, 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)
-