public interface TransactionalOperations
| Modifier and Type | Method and Description |
|---|---|
void |
basicAck(long deliveryTag,
boolean multiple) |
void |
basicNack(long deliveryTag,
boolean multiple,
boolean requeue) |
boolean |
basicPublish(String exchange,
String routingKey,
boolean mandatory,
boolean immediate,
com.rabbitmq.client.AMQP.BasicProperties props,
byte[] body) |
void |
basicReject(long deliveryTag,
boolean requeue) |
boolean basicPublish(String exchange, String routingKey, boolean mandatory, boolean immediate, com.rabbitmq.client.AMQP.BasicProperties props, byte[] body)
void basicReject(long deliveryTag,
boolean requeue)
void basicNack(long deliveryTag,
boolean multiple,
boolean requeue)
void basicAck(long deliveryTag,
boolean multiple)
Copyright © 2022. All rights reserved.