Uses of Class
com.github.fridujo.rabbitmq.mock.ReceiverPointer
-
Packages that use ReceiverPointer Package Description com.github.fridujo.rabbitmq.mock com.github.fridujo.rabbitmq.mock.exchange -
-
Uses of ReceiverPointer in com.github.fridujo.rabbitmq.mock
Methods in com.github.fridujo.rabbitmq.mock that return ReceiverPointer Modifier and Type Method Description ReceiverPointerMockQueue. pointer()ReceiverPointerReceiver. pointer()Methods in com.github.fridujo.rabbitmq.mock that return types with arguments of type ReceiverPointer Modifier and Type Method Description Optional<ReceiverPointer>AmqArguments. getAlternateExchange()Optional<ReceiverPointer>AmqArguments. getDeadLetterExchange()Methods in com.github.fridujo.rabbitmq.mock with parameters of type ReceiverPointer Modifier and Type Method Description Optional<Receiver>MockNode. getReceiver(ReceiverPointer receiverPointer)Optional<Receiver>ReceiverRegistry. getReceiver(ReceiverPointer receiverPointer) -
Uses of ReceiverPointer in com.github.fridujo.rabbitmq.mock.exchange
Fields in com.github.fridujo.rabbitmq.mock.exchange declared as ReceiverPointer Modifier and Type Field Description ReceiverPointerBindableMockExchange.BindConfiguration. receiverPointerMethods in com.github.fridujo.rabbitmq.mock.exchange that return ReceiverPointer Modifier and Type Method Description ReceiverPointerBindableMockExchange. pointer()ReceiverPointerMockDefaultExchange. pointer()ReceiverPointerBindableMockExchange.BindConfiguration. receiverPointer()Methods in com.github.fridujo.rabbitmq.mock.exchange that return types with arguments of type ReceiverPointer Modifier and Type Method Description protected abstract Stream<ReceiverPointer>BindableMockExchange. matchingReceivers(String routingKey, com.rabbitmq.client.AMQP.BasicProperties props)protected Stream<ReceiverPointer>MultipleReceiverExchange. matchingReceivers(String routingKey, com.rabbitmq.client.AMQP.BasicProperties props)protected Stream<ReceiverPointer>SingleReceiverExchange. matchingReceivers(String routingKey, com.rabbitmq.client.AMQP.BasicProperties props)protected Optional<ReceiverPointer>ConsistentHashExchange. selectReceiver(String routingKey, com.rabbitmq.client.AMQP.BasicProperties props)protected abstract Optional<ReceiverPointer>SingleReceiverExchange. selectReceiver(String routingKey, com.rabbitmq.client.AMQP.BasicProperties props)Methods in com.github.fridujo.rabbitmq.mock.exchange with parameters of type ReceiverPointer Modifier and Type Method Description voidBindableMockExchange. bind(ReceiverPointer receiver, String routingKey, Map<String,Object> arguments)voidConsistentHashExchange. bind(ReceiverPointer receiver, String routingKey, Map<String,Object> arguments)voidMockDefaultExchange. bind(ReceiverPointer receiver, String routingKey, Map<String,Object> arguments)voidMockExchange. bind(ReceiverPointer mockQueue, String routingKey, Map<String,Object> arguments)voidBindableMockExchange. unbind(ReceiverPointer receiver, String routingKey)voidConsistentHashExchange. unbind(ReceiverPointer receiver, String routingKey)voidMockDefaultExchange. unbind(ReceiverPointer pointer, String routingKey)voidMockExchange. unbind(ReceiverPointer pointer, String routingKey)Constructors in com.github.fridujo.rabbitmq.mock.exchange with parameters of type ReceiverPointer Constructor Description BindConfiguration(String bindingKey, ReceiverPointer receiverPointer, Map<String,Object> bindArguments)Bucket(ReceiverPointer receiverPointer)
-