public interface AmqpService
| Modifier and Type | Method and Description |
|---|---|
void |
ack(java.lang.Long deliveryTag) |
void |
cancelConsumer() |
void |
connect() |
void |
disconnect() |
void |
reject(java.lang.Long deliveryTag) |
void |
sendData(byte[] payload,
com.rabbitmq.client.AMQP.BasicProperties options) |
void |
sendError(java.lang.Throwable e,
com.rabbitmq.client.AMQP.BasicProperties options,
io.elastic.api.Message originalMessage) |
void |
sendHttpReply(byte[] payload,
com.rabbitmq.client.AMQP.BasicProperties options) |
void |
sendRebound(byte[] payload,
com.rabbitmq.client.AMQP.BasicProperties options) |
void |
sendSnapshot(byte[] payload,
com.rabbitmq.client.AMQP.BasicProperties options) |
void |
subscribeConsumer(io.elastic.api.Module module) |
void connect()
void disconnect()
void subscribeConsumer(io.elastic.api.Module module)
void cancelConsumer()
void sendData(byte[] payload,
com.rabbitmq.client.AMQP.BasicProperties options)
void sendHttpReply(byte[] payload,
com.rabbitmq.client.AMQP.BasicProperties options)
void sendError(java.lang.Throwable e,
com.rabbitmq.client.AMQP.BasicProperties options,
io.elastic.api.Message originalMessage)
void sendRebound(byte[] payload,
com.rabbitmq.client.AMQP.BasicProperties options)
void sendSnapshot(byte[] payload,
com.rabbitmq.client.AMQP.BasicProperties options)
void ack(java.lang.Long deliveryTag)
void reject(java.lang.Long deliveryTag)