org.mule.transport.amqp.internal.confirm
Interface ConfirmsManager
- All Known Implementing Classes:
- DefaultConfirmsManager
public interface ConfirmsManager
Method Summary |
boolean |
awaitConfirm(com.rabbitmq.client.Channel channel,
org.mule.api.MuleEvent event,
long timeout,
TimeUnit timeUnit)
|
void |
forget(org.mule.api.MuleEvent event)
|
void |
requestConfirm(com.rabbitmq.client.Channel channel,
org.mule.api.MuleEvent event)
|
requestConfirm
void requestConfirm(com.rabbitmq.client.Channel channel,
org.mule.api.MuleEvent event)
throws Exception
- Throws:
Exception
awaitConfirm
boolean awaitConfirm(com.rabbitmq.client.Channel channel,
org.mule.api.MuleEvent event,
long timeout,
TimeUnit timeUnit)
forget
void forget(org.mule.api.MuleEvent event)
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.